Html Css Color HEX #FCEA3F Gorse

📋 copy color: '#FCEA3F'

red 252 ◦ green 234 ◦ blue 63

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

Shades of Gorse #FCEA3F

Tints of Gorse #FCEA3F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.62%

 BLUE value IS 63 (25% from 255) = 11.48%

R = 45.9%
G = 42.62%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCEA3F (or 0xFCEA3F) is known color: Gorse. HEX triplet: FC, EA and 3F. RGB value is (252,234,63). Sum of RGB (Red+Green+Blue) = 252+234+63=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 63 (25% from 255 or 11.48% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA3F is #0315C0. Grayscale: #DCDCDC. Windows color (decimal): -202177 or 4188924. OLE color: 4188924.

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

Color convert

RGB 252 234 63 -
CMYK 0 0.07 0.75 0.01
HSL 54.29º 0.97% 0.62% -
HSV(B) 54.29º 0.75% 0.99% -
XYZ 70.46 79.9 16.41 -
YUV 219.89 39.46 150.9 -
System Red Green Blue C M Y K H S L
Decimal 252 234 63 0 0.07 0.75 0.01 54.29 0.97 0.62
Hex FC EA 3F 0 7 4B 1 36 61 3E
Octal 374 352 77 0 7 113 1 66 141 76
Binary 11111100 11101010 111111 0 111 1001011 1 110110 1100001 111110

Color Harmonies of #FCEA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA3F

Black with #FCEA3F

Text Example


Text Example

White with #FCEA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA3F; }

 p { color: rgb(252,234,63); }

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

background-color css

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

 a { background-color: rgb(252,234,63); }

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

border-color css

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

 span { border-color: rgb(252,234,63); }

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