Html Css Color HEX #FCE134 Gorse

📋 copy color: '#FCE134'

red 252 ◦ green 225 ◦ blue 52

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

Shades of Gorse #FCE134

Tints of Gorse #FCE134

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.53%

 BLUE value IS 52 (20.7% from 255) = 9.83%

R = 47.64%
G = 42.53%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCE134 (or 0xFCE134) is known color: Gorse. HEX triplet: FC, E1 and 34. RGB value is (252,225,52). Sum of RGB (Red+Green+Blue) = 252+225+52=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 52 (20.70% from 255 or 9.83% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE134 is #031ECB. Grayscale: #D6D6D6. Windows color (decimal): -204492 or 3465724. OLE color: 3465724.

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

Color convert

RGB 252 225 52 -
CMYK 0 0.11 0.79 0.01
HSL 51.9º 0.97% 0.6% -
HSV(B) 51.9º 0.79% 0.99% -
XYZ 67.69 74.79 14.12 -
YUV 213.35 36.95 155.57 -
System Red Green Blue C M Y K H S L
Decimal 252 225 52 0 0.11 0.79 0.01 51.9 0.97 0.6
Hex FC E1 34 0 B 4F 1 34 61 3C
Octal 374 341 64 0 13 117 1 64 141 74
Binary 11111100 11100001 110100 0 1011 1001111 1 110100 1100001 111100

Color Harmonies of #FCE134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE134

Black with #FCE134

Text Example


Text Example

White with #FCE134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE134; }

 p { color: rgb(252,225,52); }

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

background-color css

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

 a { background-color: rgb(252,225,52); }

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

border-color css

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

 span { border-color: rgb(252,225,52); }

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