Html Css Color HEX #FCED3C Gorse

📋 copy color: '#FCED3C'

red 252 ◦ green 237 ◦ blue 60

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

Shades of Gorse #FCED3C

Tints of Gorse #FCED3C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.17%

 BLUE value IS 60 (23.83% from 255) = 10.93%

R = 45.9%
G = 43.17%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCED3C (or 0xFCED3C) is known color: Gorse. HEX triplet: FC, ED and 3C. RGB value is (252,237,60). Sum of RGB (Red+Green+Blue) = 252+237+60=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 60 (23.83% from 255 or 10.93% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED3C is #0312C3. Grayscale: #DEDEDE. Windows color (decimal): -201412 or 3993084. OLE color: 3993084.

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

Color convert

RGB 252 237 60 -
CMYK 0 0.06 0.76 0.01
HSL 55.31º 0.97% 0.61% -
HSV(B) 55.31º 0.76% 0.99% -
XYZ 71.24 81.59 16.27 -
YUV 221.31 36.97 149.89 -
System Red Green Blue C M Y K H S L
Decimal 252 237 60 0 0.06 0.76 0.01 55.31 0.97 0.61
Hex FC ED 3C 0 6 4C 1 37 61 3D
Octal 374 355 74 0 6 114 1 67 141 75
Binary 11111100 11101101 111100 0 110 1001100 1 110111 1100001 111101

Color Harmonies of #FCED3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED3C

Black with #FCED3C

Text Example


Text Example

White with #FCED3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED3C; }

 p { color: rgb(252,237,60); }

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

background-color css

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

 a { background-color: rgb(252,237,60); }

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

border-color css

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

 span { border-color: rgb(252,237,60); }

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