Html Css Color HEX #FDE42C Gorse

📋 copy color: '#FDE42C'

red 253 ◦ green 228 ◦ blue 44

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

Shades of Gorse #FDE42C

Tints of Gorse #FDE42C

RGB

 RED value IS 253 (99.22% from 255) = 48.19%

 GREEN value IS 228 (89.45% from 255) = 43.43%

 BLUE value IS 44 (17.58% from 255) = 8.38%

R = 48.19%
G = 43.43%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDE42C (or 0xFDE42C) is known color: Gorse. HEX triplet: FD, E4 and 2C. RGB value is (253,228,44). Sum of RGB (Red+Green+Blue) = 253+228+44=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 44 (17.58% from 255 or 8.38% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE42C is #021BD3. Grayscale: #D7D7D7. Windows color (decimal): -138196 or 2942205. OLE color: 2942205.

HSL color Cylindrical-coordinate representation of color #FDE42C: hue angle of 52.82º degrees, saturation: 0.98, 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 #FDE42C is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 228 44 -
CMYK 0 0.10 0.83 0.01
HSL 52.82º 0.98% 0.58% -
HSV(B) 52.82º 0.83% 0.99% -
XYZ 68.71 76.55 13.54 -
YUV 214.5 31.78 155.46 -
System Red Green Blue C M Y K H S L
Decimal 253 228 44 0 0.10 0.83 0.01 52.82 0.98 0.58
Hex FD E4 2C 0 A 53 1 35 62 3A
Octal 375 344 54 0 12 123 1 65 142 72
Binary 11111101 11100100 101100 0 1010 1010011 1 110101 1100010 111010

Color Harmonies of #FDE42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE42C

Black with #FDE42C

Text Example


Text Example

White with #FDE42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE42C; }

 p { color: rgb(253,228,44); }

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

background-color css

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

 a { background-color: rgb(253,228,44); }

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

border-color css

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

 span { border-color: rgb(253,228,44); }

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