Html Css Color HEX #FFBB2B Supernova

📋 copy color: '#FFBB2B'

red 255 ◦ green 187 ◦ blue 43

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

Shades of Supernova #FFBB2B

Tints of Supernova #FFBB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.87%

R = 52.58%
G = 38.56%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFBB2B (or 0xFFBB2B) is known color: Supernova. HEX triplet: FF, BB and 2B. RGB value is (255,187,43). Sum of RGB (Red+Green+Blue) = 255+187+43=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 43 (17.19% from 255 or 8.87% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB2B is #0044D4. Grayscale: #BFBFBF. Windows color (decimal): -17621 or 2866175. OLE color: 2866175.

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

Color convert

RGB 255 187 43 -
CMYK 0 0.27 0.83 0
HSL 40.75º 1% 0.58% -
HSV(B) 40.75º 0.83% 1% -
XYZ 59.45 56.98 10.15 -
YUV 190.92 44.53 173.71 -
System Red Green Blue C M Y K H S L
Decimal 255 187 43 0 0.27 0.83 0 40.75 1 0.58
Hex FF BB 2B 0 1B 53 0 29 64 3A
Octal 377 273 53 0 33 123 0 51 144 72
Binary 11111111 10111011 101011 0 11011 1010011 0 101001 1100100 111010

Color Harmonies of #FFBB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBB2B

Black with #FFBB2B

Text Example


Text Example

White with #FFBB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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