Html Css Color HEX #FCE742 Gorse

📋 copy color: '#FCE742'

red 252 ◦ green 231 ◦ blue 66

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

Shades of Gorse #FCE742

Tints of Gorse #FCE742

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.08%

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

R = 45.9%
G = 42.08%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCE742 (or 0xFCE742) is known color: Gorse. HEX triplet: FC, E7 and 42. RGB value is (252,231,66). Sum of RGB (Red+Green+Blue) = 252+231+66=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 66 (26.17% from 255 or 12.02% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE742 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE742 is #0318BD. Grayscale: #DBDBDB. Windows color (decimal): -202942 or 4384764. OLE color: 4384764.

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

Color convert

RGB 252 231 66 -
CMYK 0 0.08 0.74 0.01
HSL 53.23º 0.97% 0.62% -
HSV(B) 53.23º 0.74% 0.99% -
XYZ 69.7 78.24 16.58 -
YUV 218.47 41.96 151.92 -
System Red Green Blue C M Y K H S L
Decimal 252 231 66 0 0.08 0.74 0.01 53.23 0.97 0.62
Hex FC E7 42 0 8 4A 1 35 61 3E
Octal 374 347 102 0 10 112 1 65 141 76
Binary 11111100 11100111 1000010 0 1000 1001010 1 110101 1100001 111110

Color Harmonies of #FCE742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE742

Black with #FCE742

Text Example


Text Example

White with #FCE742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE742; }

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

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

background-color css

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

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

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

border-color css

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

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

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