Html Css Color HEX #FFBB2A Supernova

📋 copy color: '#FFBB2A'

red 255 ◦ green 187 ◦ blue 42

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

Shades of Supernova #FFBB2A

Tints of Supernova #FFBB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.68%

R = 52.69%
G = 38.64%
B = 8.68%

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

#FFBB2A (or 0xFFBB2A) is known color: Supernova. HEX triplet: FF, BB and 2A. RGB value is (255,187,42). Sum of RGB (Red+Green+Blue) = 255+187+42=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 42 (16.80% from 255 or 8.68% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB2A is #0044D5. Grayscale: #BFBFBF. Windows color (decimal): -17622 or 2800639. OLE color: 2800639.

HSL color Cylindrical-coordinate representation of color #FFBB2A: hue angle of 40.85º 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 #FFBB2A is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 187 42 -
CMYK 0 0.27 0.84 0
HSL 40.85º 1% 0.58% -
HSV(B) 40.85º 0.84% 1% -
XYZ 59.43 56.97 10.05 -
YUV 190.8 44.03 173.79 -
System Red Green Blue C M Y K H S L
Decimal 255 187 42 0 0.27 0.84 0 40.85 1 0.58
Hex FF BB 2A 0 1B 54 0 29 64 3A
Octal 377 273 52 0 33 124 0 51 144 72
Binary 11111111 10111011 101010 0 11011 1010100 0 101001 1100100 111010

Color Harmonies of #FFBB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBB2A

Black with #FFBB2A

Text Example


Text Example

White with #FFBB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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