Html Css Color HEX #FCED3F Gorse

📋 copy color: '#FCED3F'

red 252 ◦ green 237 ◦ blue 63

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

Shades of Gorse #FCED3F

Tints of Gorse #FCED3F

RGB

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

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

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

R = 45.65%
G = 42.93%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCED3F (or 0xFCED3F) is known color: Gorse. HEX triplet: FC, ED and 3F. RGB value is (252,237,63). Sum of RGB (Red+Green+Blue) = 252+237+63=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 63 (25% from 255 or 11.41% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED3F is #0312C0. Grayscale: #DEDEDE. Windows color (decimal): -201409 or 4189692. OLE color: 4189692.

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

Color convert

RGB 252 237 63 -
CMYK 0 0.06 0.75 0.01
HSL 55.24º 0.97% 0.62% -
HSV(B) 55.24º 0.75% 0.99% -
XYZ 71.33 81.62 16.7 -
YUV 221.65 38.47 149.65 -
System Red Green Blue C M Y K H S L
Decimal 252 237 63 0 0.06 0.75 0.01 55.24 0.97 0.62
Hex FC ED 3F 0 6 4B 1 37 61 3E
Octal 374 355 77 0 6 113 1 67 141 76
Binary 11111100 11101101 111111 0 110 1001011 1 110111 1100001 111110

Color Harmonies of #FCED3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED3F

Black with #FCED3F

Text Example


Text Example

White with #FCED3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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