Html Css Color HEX #FAC03F Supernova

📋 copy color: '#FAC03F'

red 250 ◦ green 192 ◦ blue 63

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

Shades of Supernova #FAC03F

Tints of Supernova #FAC03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.48%

R = 49.5%
G = 38.02%
B = 12.48%

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

#FAC03F (or 0xFAC03F) is known color: Supernova. HEX triplet: FA, C0 and 3F. RGB value is (250,192,63). Sum of RGB (Red+Green+Blue) = 250+192+63=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 63 (25% from 255 or 12.48% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC03F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC03F is #053FC0. Grayscale: #C3C3C3. Windows color (decimal): -344001 or 4178170. OLE color: 4178170.

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

Color convert

RGB 250 192 63 -
CMYK 0 0.23 0.75 0.02
HSL 41.39º 0.95% 0.61% -
HSV(B) 41.39º 0.75% 0.98% -
XYZ 59.17 58.38 12.85 -
YUV 194.64 53.72 167.49 -
System Red Green Blue C M Y K H S L
Decimal 250 192 63 0 0.23 0.75 0.02 41.39 0.95 0.61
Hex FA C0 3F 0 17 4B 2 29 5F 3D
Octal 372 300 77 0 27 113 2 51 137 75
Binary 11111010 11000000 111111 0 10111 1001011 10 101001 1011111 111101

Color Harmonies of #FAC03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC03F

Black with #FAC03F

Text Example


Text Example

White with #FAC03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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