Html Css Color HEX #FAC93F Sunglow

📋 copy color: '#FAC93F'

red 250 ◦ green 201 ◦ blue 63

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

Shades of Sunglow #FAC93F

Tints of Sunglow #FAC93F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.11%

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

R = 48.64%
G = 39.11%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAC93F (or 0xFAC93F) is known color: Sunglow. HEX triplet: FA, C9 and 3F. RGB value is (250,201,63). Sum of RGB (Red+Green+Blue) = 250+201+63=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 63 (25% from 255 or 12.26% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC93F is #0536C0. Grayscale: #C8C8C8. Windows color (decimal): -341697 or 4180474. OLE color: 4180474.

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

Color convert

RGB 250 201 63 -
CMYK 0 0.20 0.75 0.02
HSL 44.28º 0.95% 0.61% -
HSV(B) 44.28º 0.75% 0.98% -
XYZ 61.21 62.46 13.53 -
YUV 199.92 50.73 163.72 -
System Red Green Blue C M Y K H S L
Decimal 250 201 63 0 0.20 0.75 0.02 44.28 0.95 0.61
Hex FA C9 3F 0 14 4B 2 2C 5F 3D
Octal 372 311 77 0 24 113 2 54 137 75
Binary 11111010 11001001 111111 0 10100 1001011 10 101100 1011111 111101

Color Harmonies of #FAC93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC93F

Black with #FAC93F

Text Example


Text Example

White with #FAC93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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