Html Css Color HEX #FCE135 Gorse

📋 copy color: '#FCE135'

red 252 ◦ green 225 ◦ blue 53

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

Shades of Gorse #FCE135

Tints of Gorse #FCE135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10%

R = 47.55%
G = 42.45%
B = 10%

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

#FCE135 (or 0xFCE135) is known color: Gorse. HEX triplet: FC, E1 and 35. RGB value is (252,225,53). Sum of RGB (Red+Green+Blue) = 252+225+53=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 53 (21.09% from 255 or 10% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE135 is #031ECA. Grayscale: #D6D6D6. Windows color (decimal): -204491 or 3531260. OLE color: 3531260.

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

Color convert

RGB 252 225 53 -
CMYK 0 0.11 0.79 0.01
HSL 51.86º 0.97% 0.6% -
HSV(B) 51.86º 0.79% 0.99% -
XYZ 67.71 74.8 14.24 -
YUV 213.47 37.45 155.49 -
System Red Green Blue C M Y K H S L
Decimal 252 225 53 0 0.11 0.79 0.01 51.86 0.97 0.6
Hex FC E1 35 0 B 4F 1 34 61 3C
Octal 374 341 65 0 13 117 1 64 141 74
Binary 11111100 11100001 110101 0 1011 1001111 1 110100 1100001 111100

Color Harmonies of #FCE135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE135

Black with #FCE135

Text Example


Text Example

White with #FCE135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE135; }

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

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

background-color css

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

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

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

border-color css

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

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

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