Html Css Color HEX #FFBB40 Supernova

📋 copy color: '#FFBB40'

red 255 ◦ green 187 ◦ blue 64

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

Shades of Supernova #FFBB40

Tints of Supernova #FFBB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.65%

R = 50.4%
G = 36.96%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFBB40 (or 0xFFBB40) is known color: Supernova. HEX triplet: FF, BB and 40. RGB value is (255,187,64). Sum of RGB (Red+Green+Blue) = 255+187+64=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB40 is #0044BF. Grayscale: #C1C1C1. Windows color (decimal): -17600 or 4242431. OLE color: 4242431.

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

Color convert

RGB 255 187 64 -
CMYK 0 0.27 0.75 0
HSL 38.64º 1% 0.63% -
HSV(B) 38.64º 0.75% 1% -
XYZ 59.94 57.17 12.73 -
YUV 193.31 55.03 172 -
System Red Green Blue C M Y K H S L
Decimal 255 187 64 0 0.27 0.75 0 38.64 1 0.63
Hex FF BB 40 0 1B 4B 0 27 64 3F
Octal 377 273 100 0 33 113 0 47 144 77
Binary 11111111 10111011 1000000 0 11011 1001011 0 100111 1100100 111111

Color Harmonies of #FFBB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBB40

Black with #FFBB40

Text Example


Text Example

White with #FFBB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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