Html Css Color HEX #FACD42 Sunglow

📋 copy color: '#FACD42'

red 250 ◦ green 205 ◦ blue 66

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

Shades of Sunglow #FACD42

Tints of Sunglow #FACD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.67%

R = 47.98%
G = 39.35%
B = 12.67%

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

#FACD42 (or 0xFACD42) is known color: Sunglow. HEX triplet: FA, CD and 42. RGB value is (250,205,66). Sum of RGB (Red+Green+Blue) = 250+205+66=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 66 (26.17% from 255 or 12.67% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD42 is #0532BD. Grayscale: #CBCBCB. Windows color (decimal): -340670 or 4378106. OLE color: 4378106.

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

Color convert

RGB 250 205 66 -
CMYK 0 0.18 0.74 0.02
HSL 45.33º 0.95% 0.62% -
HSV(B) 45.33º 0.74% 0.98% -
XYZ 62.24 64.38 14.3 -
YUV 202.61 50.91 161.8 -
System Red Green Blue C M Y K H S L
Decimal 250 205 66 0 0.18 0.74 0.02 45.33 0.95 0.62
Hex FA CD 42 0 12 4A 2 2D 5F 3E
Octal 372 315 102 0 22 112 2 55 137 76
Binary 11111010 11001101 1000010 0 10010 1001010 10 101101 1011111 111110

Color Harmonies of #FACD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD42

Black with #FACD42

Text Example


Text Example

White with #FACD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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