Html Css Color HEX #FCED25 Gorse

📋 copy color: '#FCED25'

red 252 ◦ green 237 ◦ blue 37

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

Shades of Gorse #FCED25

Tints of Gorse #FCED25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.03%

R = 47.91%
G = 45.06%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCED25 (or 0xFCED25) is known color: Gorse. HEX triplet: FC, ED and 25. RGB value is (252,237,37). Sum of RGB (Red+Green+Blue) = 252+237+37=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 37 (14.84% from 255 or 7.03% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED25 is #0312DA. Grayscale: #DBDBDB. Windows color (decimal): -201435 or 2485756. OLE color: 2485756.

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

Color convert

RGB 252 237 37 -
CMYK 0 0.06 0.85 0.01
HSL 55.81º 0.97% 0.57% -
HSV(B) 55.81º 0.85% 0.99% -
XYZ 70.76 81.4 13.73 -
YUV 218.69 25.47 151.76 -
System Red Green Blue C M Y K H S L
Decimal 252 237 37 0 0.06 0.85 0.01 55.81 0.97 0.57
Hex FC ED 25 0 6 55 1 38 61 39
Octal 374 355 45 0 6 125 1 70 141 71
Binary 11111100 11101101 100101 0 110 1010101 1 111000 1100001 111001

Color Harmonies of #FCED25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED25

Black with #FCED25

Text Example


Text Example

White with #FCED25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED25; }

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

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

background-color css

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

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

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

border-color css

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

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

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