Html Css Color HEX #FCED2A Gorse

📋 copy color: '#FCED2A'

red 252 ◦ green 237 ◦ blue 42

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

Shades of Gorse #FCED2A

Tints of Gorse #FCED2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.91%

R = 47.46%
G = 44.63%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCED2A (or 0xFCED2A) is known color: Gorse. HEX triplet: FC, ED and 2A. RGB value is (252,237,42). Sum of RGB (Red+Green+Blue) = 252+237+42=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 42 (16.80% from 255 or 7.91% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED2A is #0312D5. Grayscale: #DCDCDC. Windows color (decimal): -201430 or 2813436. OLE color: 2813436.

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

Color convert

RGB 252 237 42 -
CMYK 0 0.06 0.83 0.01
HSL 55.71º 0.97% 0.58% -
HSV(B) 55.71º 0.83% 0.99% -
XYZ 70.85 81.43 14.17 -
YUV 219.26 27.97 151.36 -
System Red Green Blue C M Y K H S L
Decimal 252 237 42 0 0.06 0.83 0.01 55.71 0.97 0.58
Hex FC ED 2A 0 6 53 1 38 61 3A
Octal 374 355 52 0 6 123 1 70 141 72
Binary 11111100 11101101 101010 0 110 1010011 1 111000 1100001 111010

Color Harmonies of #FCED2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED2A

Black with #FCED2A

Text Example


Text Example

White with #FCED2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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