Html Css Color HEX #FDE342 Gorse

📋 copy color: '#FDE342'

red 253 ◦ green 227 ◦ blue 66

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

Shades of Gorse #FDE342

Tints of Gorse #FDE342

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.58%

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

R = 46.34%
G = 41.58%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDE342 (or 0xFDE342) is known color: Gorse. HEX triplet: FD, E3 and 42. RGB value is (253,227,66). Sum of RGB (Red+Green+Blue) = 253+227+66=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 66 (26.17% from 255 or 12.09% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE342 is #021CBD. Grayscale: #D9D9D9. Windows color (decimal): -138430 or 4383741. OLE color: 4383741.

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

Color convert

RGB 253 227 66 -
CMYK 0 0.10 0.74 0.01
HSL 51.66º 0.98% 0.63% -
HSV(B) 51.66º 0.74% 0.99% -
XYZ 68.96 76.21 16.23 -
YUV 216.42 43.11 154.09 -
System Red Green Blue C M Y K H S L
Decimal 253 227 66 0 0.10 0.74 0.01 51.66 0.98 0.63
Hex FD E3 42 0 A 4A 1 34 62 3F
Octal 375 343 102 0 12 112 1 64 142 77
Binary 11111101 11100011 1000010 0 1010 1001010 1 110100 1100010 111111

Color Harmonies of #FDE342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE342

Black with #FDE342

Text Example


Text Example

White with #FDE342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE342; }

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

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

background-color css

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

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

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

border-color css

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

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

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