Html Css Color HEX #FAB942 Supernova

📋 copy color: '#FAB942'

red 250 ◦ green 185 ◦ blue 66

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

Shades of Supernova #FAB942

Tints of Supernova #FAB942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.93%

 BLUE value IS 66 (26.17% from 255) = 13.17%

R = 49.9%
G = 36.93%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAB942 (or 0xFAB942) is known color: Supernova. HEX triplet: FA, B9 and 42. RGB value is (250,185,66). Sum of RGB (Red+Green+Blue) = 250+185+66=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB942 is #0546BD. Grayscale: #BFBFBF. Windows color (decimal): -345790 or 4372986. OLE color: 4372986.

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

Color convert

RGB 250 185 66 -
CMYK 0 0.26 0.74 0.02
HSL 38.8º 0.95% 0.62% -
HSV(B) 38.8º 0.74% 0.98% -
XYZ 57.76 55.42 12.81 -
YUV 190.87 57.53 170.18 -
System Red Green Blue C M Y K H S L
Decimal 250 185 66 0 0.26 0.74 0.02 38.8 0.95 0.62
Hex FA B9 42 0 1A 4A 2 27 5F 3E
Octal 372 271 102 0 32 112 2 47 137 76
Binary 11111010 10111001 1000010 0 11010 1001010 10 100111 1011111 111110

Color Harmonies of #FAB942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB942

Black with #FAB942

Text Example


Text Example

White with #FAB942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB942; }

 p { color: rgb(250,185,66); }

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

background-color css

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

 a { background-color: rgb(250,185,66); }

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

border-color css

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

 span { border-color: rgb(250,185,66); }

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