Html Css Color HEX #FCED3A Gorse

📋 copy color: '#FCED3A'

red 252 ◦ green 237 ◦ blue 58

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

Shades of Gorse #FCED3A

Tints of Gorse #FCED3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.6%

R = 46.07%
G = 43.33%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCED3A (or 0xFCED3A) is known color: Gorse. HEX triplet: FC, ED and 3A. RGB value is (252,237,58). Sum of RGB (Red+Green+Blue) = 252+237+58=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 58 (23.05% from 255 or 10.60% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED3A is #0312C5. Grayscale: #DDDDDD. Windows color (decimal): -201414 or 3862012. OLE color: 3862012.

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

Color convert

RGB 252 237 58 -
CMYK 0 0.06 0.77 0.01
HSL 55.36º 0.97% 0.61% -
HSV(B) 55.36º 0.77% 0.99% -
XYZ 71.19 81.57 16 -
YUV 221.08 35.97 150.05 -
System Red Green Blue C M Y K H S L
Decimal 252 237 58 0 0.06 0.77 0.01 55.36 0.97 0.61
Hex FC ED 3A 0 6 4D 1 37 61 3D
Octal 374 355 72 0 6 115 1 67 141 75
Binary 11111100 11101101 111010 0 110 1001101 1 110111 1100001 111101

Color Harmonies of #FCED3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED3A

Black with #FCED3A

Text Example


Text Example

White with #FCED3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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