Html Css Color HEX #FFBF33 Supernova

📋 copy color: '#FFBF33'

red 255 ◦ green 191 ◦ blue 51

#FFBF33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Supernova #FFBF33

Tints of Supernova #FFBF33

RGB

 RED value IS 255 (100% from 255) = 51.31%

 GREEN value IS 191 (75% from 255) = 38.43%

 BLUE value IS 51 (20.31% from 255) = 10.26%

R = 51.31%
G = 38.43%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.8

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFBF33 (or 0xFFBF33) is known color: Supernova. HEX triplet: FF, BF and 33. RGB value is (255,191,51). Sum of RGB (Red+Green+Blue) = 255+191+51=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 51 (20.31% from 255 or 10.26% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF33 is #0040CC. Grayscale: #C2C2C2. Windows color (decimal): -16589 or 3391487. OLE color: 3391487.

HSL color Cylindrical-coordinate representation of color #FFBF33: hue angle of 41.18º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFBF33 is Cyan = 0, Magento = 0.25, Yellow = 0.8 and Black (K on CMYK) = 0.

Color convert

RGB 255 191 51 -
CMYK 0 0.25 0.8 0
HSL 41.18º 1% 0.6% -
HSV(B) 41.18º 0.8% 1% -
XYZ 60.47 58.76 11.29 -
YUV 194.18 47.2 171.38 -
System Red Green Blue C M Y K H S L
Decimal 255 191 51 0 0.25 0.8 0 41.18 1 0.6
Hex FF BF 33 0 19 50 0 29 64 3C
Octal 377 277 63 0 31 120 0 51 144 74
Binary 11111111 10111111 110011 0 11001 1010000 0 101001 1100100 111100

Color Harmonies of #FFBF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF33

Black with #FFBF33

Text Example


Text Example

White with #FFBF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF33; }

 p { color: rgb(255,191,51); }

 H1.HeaderClassName
 {
   color: #FFBF33;
 }
 .AnyTagClassName
 {
   color: #FFBF33;
 }
</style>

background-color css

<style>
 a { background-color: #FFBF33; }

 a { background-color: rgb(255,191,51); }

 div.DivClassName
 {
   background-color: #FFBF33;
 }
 .BgClassName
 {
   background-color: #FFBF33;
 }
</style>

border-color css

<style>
 span { border-color: #FFBF33; }

 span { border-color: rgb(255,191,51); }

 td.TdClassName
 {
   border-color: #FFBF33;
 }
 .TagClassName
 {
   border-color: #FFBF33;
 }
</style>