Html Css Color HEX #FCED2F Gorse

📋 copy color: '#FCED2F'

red 252 ◦ green 237 ◦ blue 47

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

Shades of Gorse #FCED2F

Tints of Gorse #FCED2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.77%

R = 47.01%
G = 44.22%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCED2F (or 0xFCED2F) is known color: Gorse. HEX triplet: FC, ED and 2F. RGB value is (252,237,47). Sum of RGB (Red+Green+Blue) = 252+237+47=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 47 (18.75% from 255 or 8.77% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED2F is #0312D0. Grayscale: #DCDCDC. Windows color (decimal): -201425 or 3141116. OLE color: 3141116.

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

Color convert

RGB 252 237 47 -
CMYK 0 0.06 0.81 0.01
HSL 55.61º 0.97% 0.59% -
HSV(B) 55.61º 0.81% 0.99% -
XYZ 70.94 81.47 14.68 -
YUV 219.83 30.47 150.95 -
System Red Green Blue C M Y K H S L
Decimal 252 237 47 0 0.06 0.81 0.01 55.61 0.97 0.59
Hex FC ED 2F 0 6 51 1 38 61 3B
Octal 374 355 57 0 6 121 1 70 141 73
Binary 11111100 11101101 101111 0 110 1010001 1 111000 1100001 111011

Color Harmonies of #FCED2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED2F

Black with #FCED2F

Text Example


Text Example

White with #FCED2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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