Html Css Color HEX #FACD40 Sunglow

📋 copy color: '#FACD40'

red 250 ◦ green 205 ◦ blue 64

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

Shades of Sunglow #FACD40

Tints of Sunglow #FACD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.5%

 BLUE value IS 64 (25.39% from 255) = 12.33%

R = 48.17%
G = 39.5%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FACD40 (or 0xFACD40) is known color: Sunglow. HEX triplet: FA, CD and 40. RGB value is (250,205,64). Sum of RGB (Red+Green+Blue) = 250+205+64=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 64 (25.39% from 255 or 12.33% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD40 is #0532BF. Grayscale: #CACACA. Windows color (decimal): -340672 or 4247034. OLE color: 4247034.

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

Color convert

RGB 250 205 64 -
CMYK 0 0.18 0.74 0.02
HSL 45.48º 0.95% 0.62% -
HSV(B) 45.48º 0.74% 0.98% -
XYZ 62.18 64.36 14 -
YUV 202.38 49.91 161.96 -
System Red Green Blue C M Y K H S L
Decimal 250 205 64 0 0.18 0.74 0.02 45.48 0.95 0.62
Hex FA CD 40 0 12 4A 2 2D 5F 3E
Octal 372 315 100 0 22 112 2 55 137 76
Binary 11111010 11001101 1000000 0 10010 1001010 10 101101 1011111 111110

Color Harmonies of #FACD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD40

Black with #FACD40

Text Example


Text Example

White with #FACD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD40; }

 p { color: rgb(250,205,64); }

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

background-color css

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

 a { background-color: rgb(250,205,64); }

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

border-color css

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

 span { border-color: rgb(250,205,64); }

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