Html Css Color HEX #FFB12A Supernova

📋 copy color: '#FFB12A'

red 255 ◦ green 177 ◦ blue 42

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

Shades of Supernova #FFB12A

Tints of Supernova #FFB12A

RGB

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

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

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

R = 53.8%
G = 37.34%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFB12A (or 0xFFB12A) is known color: Supernova. HEX triplet: FF, B1 and 2A. RGB value is (255,177,42). Sum of RGB (Red+Green+Blue) = 255+177+42=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 42 (16.80% from 255 or 8.86% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB12A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB12A is #004ED5. Grayscale: #B9B9B9. Windows color (decimal): -20182 or 2798079. OLE color: 2798079.

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

Color convert

RGB 255 177 42 -
CMYK 0 0.31 0.84 0
HSL 38.03º 1% 0.58% -
HSV(B) 38.03º 0.84% 1% -
XYZ 57.38 52.87 9.37 -
YUV 184.93 47.34 177.98 -
System Red Green Blue C M Y K H S L
Decimal 255 177 42 0 0.31 0.84 0 38.03 1 0.58
Hex FF B1 2A 0 1F 54 0 26 64 3A
Octal 377 261 52 0 37 124 0 46 144 72
Binary 11111111 10110001 101010 0 11111 1010100 0 100110 1100100 111010

Color Harmonies of #FFB12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB12A

Black with #FFB12A

Text Example


Text Example

White with #FFB12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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