Html Css Color HEX #FAC03E Supernova

📋 copy color: '#FAC03E'

red 250 ◦ green 192 ◦ blue 62

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

Shades of Supernova #FAC03E

Tints of Supernova #FAC03E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.1%

 BLUE value IS 62 (24.61% from 255) = 12.3%

R = 49.6%
G = 38.1%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAC03E (or 0xFAC03E) is known color: Supernova. HEX triplet: FA, C0 and 3E. RGB value is (250,192,62). Sum of RGB (Red+Green+Blue) = 250+192+62=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 62 (24.61% from 255 or 12.30% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC03E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC03E is #053FC1. Grayscale: #C3C3C3. Windows color (decimal): -344002 or 4112634. OLE color: 4112634.

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

Color convert

RGB 250 192 62 -
CMYK 0 0.23 0.75 0.02
HSL 41.49º 0.95% 0.61% -
HSV(B) 41.49º 0.75% 0.98% -
XYZ 59.14 58.37 12.71 -
YUV 194.52 53.22 167.57 -
System Red Green Blue C M Y K H S L
Decimal 250 192 62 0 0.23 0.75 0.02 41.49 0.95 0.61
Hex FA C0 3E 0 17 4B 2 29 5F 3D
Octal 372 300 76 0 27 113 2 51 137 75
Binary 11111010 11000000 111110 0 10111 1001011 10 101001 1011111 111101

Color Harmonies of #FAC03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC03E

Black with #FAC03E

Text Example


Text Example

White with #FAC03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC03E; }

 p { color: rgb(250,192,62); }

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

background-color css

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

 a { background-color: rgb(250,192,62); }

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

border-color css

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

 span { border-color: rgb(250,192,62); }

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