Html Css Color HEX #FFB02F Supernova

📋 copy color: '#FFB02F'

red 255 ◦ green 176 ◦ blue 47

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

Shades of Supernova #FFB02F

Tints of Supernova #FFB02F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.82%

 BLUE value IS 47 (18.75% from 255) = 9.83%

R = 53.35%
G = 36.82%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFB02F (or 0xFFB02F) is known color: Supernova. HEX triplet: FF, B0 and 2F. RGB value is (255,176,47). Sum of RGB (Red+Green+Blue) = 255+176+47=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB02F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB02F is #004FD0. Grayscale: #B9B9B9. Windows color (decimal): -20433 or 3125503. OLE color: 3125503.

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

Color convert

RGB 255 176 47 -
CMYK 0 0.31 0.82 0
HSL 37.21º 1% 0.59% -
HSV(B) 37.21º 0.82% 1% -
XYZ 57.28 52.52 9.81 -
YUV 184.92 50.17 177.99 -
System Red Green Blue C M Y K H S L
Decimal 255 176 47 0 0.31 0.82 0 37.21 1 0.59
Hex FF B0 2F 0 1F 52 0 25 64 3B
Octal 377 260 57 0 37 122 0 45 144 73
Binary 11111111 10110000 101111 0 11111 1010010 0 100101 1100100 111011

Color Harmonies of #FFB02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB02F

Black with #FFB02F

Text Example


Text Example

White with #FFB02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB02F; }

 p { color: rgb(255,176,47); }

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

background-color css

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

 a { background-color: rgb(255,176,47); }

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

border-color css

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

 span { border-color: rgb(255,176,47); }

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