Html Css Color HEX #FFB12F Supernova

📋 copy color: '#FFB12F'

red 255 ◦ green 177 ◦ blue 47

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

Shades of Supernova #FFB12F

Tints of Supernova #FFB12F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.95%

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

R = 53.24%
G = 36.95%
B = 9.81%

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

#FFB12F (or 0xFFB12F) is known color: Supernova. HEX triplet: FF, B1 and 2F. RGB value is (255,177,47). Sum of RGB (Red+Green+Blue) = 255+177+47=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 47 (18.75% from 255 or 9.81% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB12F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB12F is #004ED0. Grayscale: #BABABA. Windows color (decimal): -20177 or 3125759. OLE color: 3125759.

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

Color convert

RGB 255 177 47 -
CMYK 0 0.31 0.82 0
HSL 37.5º 1% 0.59% -
HSV(B) 37.5º 0.82% 1% -
XYZ 57.48 52.91 9.87 -
YUV 185.5 49.84 177.57 -
System Red Green Blue C M Y K H S L
Decimal 255 177 47 0 0.31 0.82 0 37.5 1 0.59
Hex FF B1 2F 0 1F 52 0 26 64 3B
Octal 377 261 57 0 37 122 0 46 144 73
Binary 11111111 10110001 101111 0 11111 1010010 0 100110 1100100 111011

Color Harmonies of #FFB12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB12F

Black with #FFB12F

Text Example


Text Example

White with #FFB12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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