Html Css Color HEX #FCED32 Gorse

📋 copy color: '#FCED32'

red 252 ◦ green 237 ◦ blue 50

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

Shades of Gorse #FCED32

Tints of Gorse #FCED32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.28%

R = 46.75%
G = 43.97%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCED32 (or 0xFCED32) is known color: Gorse. HEX triplet: FC, ED and 32. RGB value is (252,237,50). Sum of RGB (Red+Green+Blue) = 252+237+50=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 50 (19.92% from 255 or 9.28% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED32 is #0312CD. Grayscale: #DCDCDC. Windows color (decimal): -201422 or 3337724. OLE color: 3337724.

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

Color convert

RGB 252 237 50 -
CMYK 0 0.06 0.80 0.01
HSL 55.54º 0.97% 0.59% -
HSV(B) 55.54º 0.8% 0.99% -
XYZ 71 81.49 15.01 -
YUV 220.17 31.97 150.71 -
System Red Green Blue C M Y K H S L
Decimal 252 237 50 0 0.06 0.80 0.01 55.54 0.97 0.59
Hex FC ED 32 0 6 50 1 38 61 3B
Octal 374 355 62 0 6 120 1 70 141 73
Binary 11111100 11101101 110010 0 110 1010000 1 111000 1100001 111011

Color Harmonies of #FCED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED32

Black with #FCED32

Text Example


Text Example

White with #FCED32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED32; }

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

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

background-color css

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

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

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

border-color css

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

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

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