Html Css Color HEX #FAB72A Supernova

📋 copy color: '#FAB72A'

red 250 ◦ green 183 ◦ blue 42

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

Shades of Supernova #FAB72A

Tints of Supernova #FAB72A

RGB

 RED value IS 250 (98.05% from 255) = 52.63%

 GREEN value IS 183 (71.88% from 255) = 38.53%

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

R = 52.63%
G = 38.53%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAB72A (or 0xFAB72A) is known color: Supernova. HEX triplet: FA, B7 and 2A. RGB value is (250,183,42). Sum of RGB (Red+Green+Blue) = 250+183+42=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 42 (16.80% from 255 or 8.84% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB72A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB72A is #0548D5. Grayscale: #BBBBBB. Windows color (decimal): -346326 or 2799610. OLE color: 2799610.

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

Color convert

RGB 250 183 42 -
CMYK 0 0.27 0.83 0.02
HSL 40.67º 0.95% 0.57% -
HSV(B) 40.67º 0.83% 0.98% -
XYZ 56.78 54.36 9.69 -
YUV 186.96 46.2 172.96 -
System Red Green Blue C M Y K H S L
Decimal 250 183 42 0 0.27 0.83 0.02 40.67 0.95 0.57
Hex FA B7 2A 0 1B 53 2 29 5F 39
Octal 372 267 52 0 33 123 2 51 137 71
Binary 11111010 10110111 101010 0 11011 1010011 10 101001 1011111 111001

Color Harmonies of #FAB72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB72A

Black with #FAB72A

Text Example


Text Example

White with #FAB72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB72A; }

 p { color: rgb(250,183,42); }

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

background-color css

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

 a { background-color: rgb(250,183,42); }

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

border-color css

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

 span { border-color: rgb(250,183,42); }

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