Html Css Color HEX #FAB42A Supernova

📋 copy color: '#FAB42A'

red 250 ◦ green 180 ◦ blue 42

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

Shades of Supernova #FAB42A

Tints of Supernova #FAB42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.14%

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

R = 52.97%
G = 38.14%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAB42A (or 0xFAB42A) is known color: Supernova. HEX triplet: FA, B4 and 2A. RGB value is (250,180,42). Sum of RGB (Red+Green+Blue) = 250+180+42=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB42A is #054BD5. Grayscale: #B9B9B9. Windows color (decimal): -347094 or 2798842. OLE color: 2798842.

HSL color Cylindrical-coordinate representation of color #FAB42A: hue angle of 39.81º 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 #FAB42A is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 180 42 -
CMYK 0 0.28 0.83 0.02
HSL 39.81º 0.95% 0.57% -
HSV(B) 39.81º 0.83% 0.98% -
XYZ 56.16 53.13 9.49 -
YUV 185.2 47.19 174.22 -
System Red Green Blue C M Y K H S L
Decimal 250 180 42 0 0.28 0.83 0.02 39.81 0.95 0.57
Hex FA B4 2A 0 1C 53 2 28 5F 39
Octal 372 264 52 0 34 123 2 50 137 71
Binary 11111010 10110100 101010 0 11100 1010011 10 101000 1011111 111001

Color Harmonies of #FAB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB42A

Black with #FAB42A

Text Example


Text Example

White with #FAB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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