Html Css Color HEX #FFBB3F Supernova

📋 copy color: '#FFBB3F'

red 255 ◦ green 187 ◦ blue 63

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

Shades of Supernova #FFBB3F

Tints of Supernova #FFBB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.48%

R = 50.5%
G = 37.03%
B = 12.48%

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

#FFBB3F (or 0xFFBB3F) is known color: Supernova. HEX triplet: FF, BB and 3F. RGB value is (255,187,63). Sum of RGB (Red+Green+Blue) = 255+187+63=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 63 (25% from 255 or 12.48% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB3F is #0044C0. Grayscale: #C1C1C1. Windows color (decimal): -17601 or 4176895. OLE color: 4176895.

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

Color convert

RGB 255 187 63 -
CMYK 0 0.27 0.75 0
HSL 38.75º 1% 0.62% -
HSV(B) 38.75º 0.75% 1% -
XYZ 59.91 57.16 12.58 -
YUV 193.2 54.53 172.08 -
System Red Green Blue C M Y K H S L
Decimal 255 187 63 0 0.27 0.75 0 38.75 1 0.62
Hex FF BB 3F 0 1B 4B 0 27 64 3E
Octal 377 273 77 0 33 113 0 47 144 76
Binary 11111111 10111011 111111 0 11011 1001011 0 100111 1100100 111110

Color Harmonies of #FFBB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBB3F

Black with #FFBB3F

Text Example


Text Example

White with #FFBB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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