Html Css Color HEX #FDE242 Gorse

📋 copy color: '#FDE242'

red 253 ◦ green 226 ◦ blue 66

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

Shades of Gorse #FDE242

Tints of Gorse #FDE242

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.47%

 BLUE value IS 66 (26.17% from 255) = 12.11%

R = 46.42%
G = 41.47%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDE242 (or 0xFDE242) is known color: Gorse. HEX triplet: FD, E2 and 42. RGB value is (253,226,66). Sum of RGB (Red+Green+Blue) = 253+226+66=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 66 (26.17% from 255 or 12.11% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE242 is #021DBD. Grayscale: #D8D8D8. Windows color (decimal): -138686 or 4383485. OLE color: 4383485.

HSL color Cylindrical-coordinate representation of color #FDE242: hue angle of 51.34º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDE242 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 226 66 -
CMYK 0 0.11 0.74 0.01
HSL 51.34º 0.98% 0.63% -
HSV(B) 51.34º 0.74% 0.99% -
XYZ 68.69 75.67 16.14 -
YUV 215.83 43.45 154.51 -
System Red Green Blue C M Y K H S L
Decimal 253 226 66 0 0.11 0.74 0.01 51.34 0.98 0.63
Hex FD E2 42 0 B 4A 1 33 62 3F
Octal 375 342 102 0 13 112 1 63 142 77
Binary 11111101 11100010 1000010 0 1011 1001010 1 110011 1100010 111111

Color Harmonies of #FDE242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE242

Black with #FDE242

Text Example


Text Example

White with #FDE242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE242; }

 p { color: rgb(253,226,66); }

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

background-color css

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

 a { background-color: rgb(253,226,66); }

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

border-color css

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

 span { border-color: rgb(253,226,66); }

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