Html Css Color HEX #FFBB29 Supernova

📋 copy color: '#FFBB29'

red 255 ◦ green 187 ◦ blue 41

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

Shades of Supernova #FFBB29

Tints of Supernova #FFBB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.49%

R = 52.8%
G = 38.72%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFBB29 (or 0xFFBB29) is known color: Supernova. HEX triplet: FF, BB and 29. RGB value is (255,187,41). Sum of RGB (Red+Green+Blue) = 255+187+41=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 41 (16.41% from 255 or 8.49% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB29 is #0044D6. Grayscale: #BFBFBF. Windows color (decimal): -17623 or 2735103. OLE color: 2735103.

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

Color convert

RGB 255 187 41 -
CMYK 0 0.27 0.84 0
HSL 40.93º 1% 0.58% -
HSV(B) 40.93º 0.84% 1% -
XYZ 59.41 56.96 9.96 -
YUV 190.69 43.53 173.87 -
System Red Green Blue C M Y K H S L
Decimal 255 187 41 0 0.27 0.84 0 40.93 1 0.58
Hex FF BB 29 0 1B 54 0 29 64 3A
Octal 377 273 51 0 33 124 0 51 144 72
Binary 11111111 10111011 101001 0 11011 1010100 0 101001 1100100 111010

Color Harmonies of #FFBB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBB29

Black with #FFBB29

Text Example


Text Example

White with #FFBB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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