Html Css Color HEX #FACA3F Sunglow

📋 copy color: '#FACA3F'

red 250 ◦ green 202 ◦ blue 63

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

Shades of Sunglow #FACA3F

Tints of Sunglow #FACA3F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.22%

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

R = 48.54%
G = 39.22%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FACA3F (or 0xFACA3F) is known color: Sunglow. HEX triplet: FA, CA and 3F. RGB value is (250,202,63). Sum of RGB (Red+Green+Blue) = 250+202+63=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 63 (25% from 255 or 12.23% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA3F is #0535C0. Grayscale: #C9C9C9. Windows color (decimal): -341441 or 4180730. OLE color: 4180730.

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

Color convert

RGB 250 202 63 -
CMYK 0 0.19 0.75 0.02
HSL 44.6º 0.95% 0.61% -
HSV(B) 44.6º 0.75% 0.98% -
XYZ 61.44 62.92 13.61 -
YUV 200.51 50.4 163.3 -
System Red Green Blue C M Y K H S L
Decimal 250 202 63 0 0.19 0.75 0.02 44.6 0.95 0.61
Hex FA CA 3F 0 13 4B 2 2D 5F 3D
Octal 372 312 77 0 23 113 2 55 137 75
Binary 11111010 11001010 111111 0 10011 1001011 10 101101 1011111 111101

Color Harmonies of #FACA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA3F

Black with #FACA3F

Text Example


Text Example

White with #FACA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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