Html Css Color HEX #FAB42E Supernova

📋 copy color: '#FAB42E'

red 250 ◦ green 180 ◦ blue 46

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

Shades of Supernova #FAB42E

Tints of Supernova #FAB42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.66%

R = 52.52%
G = 37.82%
B = 9.66%

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

#FAB42E (or 0xFAB42E) is known color: Supernova. HEX triplet: FA, B4 and 2E. RGB value is (250,180,46). Sum of RGB (Red+Green+Blue) = 250+180+46=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 46 (18.36% from 255 or 9.66% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB42E is #054BD1. Grayscale: #BABABA. Windows color (decimal): -347090 or 3060986. OLE color: 3060986.

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

Color convert

RGB 250 180 46 -
CMYK 0 0.28 0.82 0.02
HSL 39.41º 0.95% 0.58% -
HSV(B) 39.41º 0.82% 0.98% -
XYZ 56.24 53.16 9.88 -
YUV 185.65 49.19 173.9 -
System Red Green Blue C M Y K H S L
Decimal 250 180 46 0 0.28 0.82 0.02 39.41 0.95 0.58
Hex FA B4 2E 0 1C 52 2 27 5F 3A
Octal 372 264 56 0 34 122 2 47 137 72
Binary 11111010 10110100 101110 0 11100 1010010 10 100111 1011111 111010

Color Harmonies of #FAB42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB42E

Black with #FAB42E

Text Example


Text Example

White with #FAB42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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