Html Css Color HEX #FACA41 Sunglow

📋 copy color: '#FACA41'

red 250 ◦ green 202 ◦ blue 65

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

Shades of Sunglow #FACA41

Tints of Sunglow #FACA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.57%

R = 48.36%
G = 39.07%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FACA41 (or 0xFACA41) is known color: Sunglow. HEX triplet: FA, CA and 41. RGB value is (250,202,65). Sum of RGB (Red+Green+Blue) = 250+202+65=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 65 (25.78% from 255 or 12.57% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA41 is #0535BE. Grayscale: #C9C9C9. Windows color (decimal): -341439 or 4311802. OLE color: 4311802.

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

Color convert

RGB 250 202 65 -
CMYK 0 0.19 0.74 0.02
HSL 44.43º 0.95% 0.62% -
HSV(B) 44.43º 0.74% 0.98% -
XYZ 61.5 62.95 13.91 -
YUV 200.73 51.4 163.14 -
System Red Green Blue C M Y K H S L
Decimal 250 202 65 0 0.19 0.74 0.02 44.43 0.95 0.62
Hex FA CA 41 0 13 4A 2 2C 5F 3E
Octal 372 312 101 0 23 112 2 54 137 76
Binary 11111010 11001010 1000001 0 10011 1001010 10 101100 1011111 111110

Color Harmonies of #FACA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA41

Black with #FACA41

Text Example


Text Example

White with #FACA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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