Html Css Color HEX #FCEA32 Gorse

📋 copy color: '#FCEA32'

red 252 ◦ green 234 ◦ blue 50

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

Shades of Gorse #FCEA32

Tints of Gorse #FCEA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.33%

R = 47.01%
G = 43.66%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCEA32 (or 0xFCEA32) is known color: Gorse. HEX triplet: FC, EA and 32. RGB value is (252,234,50). Sum of RGB (Red+Green+Blue) = 252+234+50=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 50 (19.92% from 255 or 9.33% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA32 is #0315CD. Grayscale: #DBDBDB. Windows color (decimal): -202190 or 3336956. OLE color: 3336956.

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

Color convert

RGB 252 234 50 -
CMYK 0 0.07 0.80 0.01
HSL 54.65º 0.97% 0.59% -
HSV(B) 54.65º 0.8% 0.99% -
XYZ 70.14 79.77 14.72 -
YUV 218.41 32.96 151.96 -
System Red Green Blue C M Y K H S L
Decimal 252 234 50 0 0.07 0.80 0.01 54.65 0.97 0.59
Hex FC EA 32 0 7 50 1 37 61 3B
Octal 374 352 62 0 7 120 1 67 141 73
Binary 11111100 11101010 110010 0 111 1010000 1 110111 1100001 111011

Color Harmonies of #FCEA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA32

Black with #FCEA32

Text Example


Text Example

White with #FCEA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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