Html Css Color HEX #FAB42C Supernova

📋 copy color: '#FAB42C'

red 250 ◦ green 180 ◦ blue 44

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

Shades of Supernova #FAB42C

Tints of Supernova #FAB42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.28%

R = 52.74%
G = 37.97%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAB42C (or 0xFAB42C) is known color: Supernova. HEX triplet: FA, B4 and 2C. RGB value is (250,180,44). Sum of RGB (Red+Green+Blue) = 250+180+44=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB42C is #054BD3. Grayscale: #BABABA. Windows color (decimal): -347092 or 2929914. OLE color: 2929914.

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

Color convert

RGB 250 180 44 -
CMYK 0 0.28 0.82 0.02
HSL 39.61º 0.95% 0.58% -
HSV(B) 39.61º 0.82% 0.98% -
XYZ 56.2 53.15 9.68 -
YUV 185.43 48.19 174.06 -
System Red Green Blue C M Y K H S L
Decimal 250 180 44 0 0.28 0.82 0.02 39.61 0.95 0.58
Hex FA B4 2C 0 1C 52 2 28 5F 3A
Octal 372 264 54 0 34 122 2 50 137 72
Binary 11111010 10110100 101100 0 11100 1010010 10 101000 1011111 111010

Color Harmonies of #FAB42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB42C

Black with #FAB42C

Text Example


Text Example

White with #FAB42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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