Html Css Color HEX #FCC742 Sunglow

📋 copy color: '#FCC742'

red 252 ◦ green 199 ◦ blue 66

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

Shades of Sunglow #FCC742

Tints of Sunglow #FCC742

RGB

 RED value IS 252 (98.83% from 255) = 48.74%

 GREEN value IS 199 (78.13% from 255) = 38.49%

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

R = 48.74%
G = 38.49%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCC742 (or 0xFCC742) is known color: Sunglow. HEX triplet: FC, C7 and 42. RGB value is (252,199,66). Sum of RGB (Red+Green+Blue) = 252+199+66=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC742 is #0338BD. Grayscale: #C8C8C8. Windows color (decimal): -211134 or 4376572. OLE color: 4376572.

HSL color Cylindrical-coordinate representation of color #FCC742: hue angle of 42.9º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCC742 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 199 66 -
CMYK 0 0.21 0.74 0.01
HSL 42.9º 0.97% 0.62% -
HSV(B) 42.9º 0.74% 0.99% -
XYZ 61.55 61.94 13.86 -
YUV 199.69 52.56 165.31 -
System Red Green Blue C M Y K H S L
Decimal 252 199 66 0 0.21 0.74 0.01 42.9 0.97 0.62
Hex FC C7 42 0 15 4A 1 2B 61 3E
Octal 374 307 102 0 25 112 1 53 141 76
Binary 11111100 11000111 1000010 0 10101 1001010 1 101011 1100001 111110

Color Harmonies of #FCC742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC742

Black with #FCC742

Text Example


Text Example

White with #FCC742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC742; }

 p { color: rgb(252,199,66); }

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

background-color css

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

 a { background-color: rgb(252,199,66); }

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

border-color css

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

 span { border-color: rgb(252,199,66); }

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