Html Css Color HEX #FFBB2F Supernova

📋 copy color: '#FFBB2F'

red 255 ◦ green 187 ◦ blue 47

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

Shades of Supernova #FFBB2F

Tints of Supernova #FFBB2F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.24%

 BLUE value IS 47 (18.75% from 255) = 9.61%

R = 52.15%
G = 38.24%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFBB2F (or 0xFFBB2F) is known color: Supernova. HEX triplet: FF, BB and 2F. RGB value is (255,187,47). Sum of RGB (Red+Green+Blue) = 255+187+47=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 47 (18.75% from 255 or 9.61% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB2F is #0044D0. Grayscale: #BFBFBF. Windows color (decimal): -17617 or 3128319. OLE color: 3128319.

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

Color convert

RGB 255 187 47 -
CMYK 0 0.27 0.82 0
HSL 40.38º 1% 0.59% -
HSV(B) 40.38º 0.82% 1% -
XYZ 59.52 57.01 10.56 -
YUV 191.37 46.53 173.38 -
System Red Green Blue C M Y K H S L
Decimal 255 187 47 0 0.27 0.82 0 40.38 1 0.59
Hex FF BB 2F 0 1B 52 0 28 64 3B
Octal 377 273 57 0 33 122 0 50 144 73
Binary 11111111 10111011 101111 0 11011 1010010 0 101000 1100100 111011

Color Harmonies of #FFBB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBB2F

Black with #FFBB2F

Text Example


Text Example

White with #FFBB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBB2F; }

 p { color: rgb(255,187,47); }

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

background-color css

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

 a { background-color: rgb(255,187,47); }

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

border-color css

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

 span { border-color: rgb(255,187,47); }

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