Html Css Color HEX #FDE642 Gorse

📋 copy color: '#FDE642'

red 253 ◦ green 230 ◦ blue 66

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

Shades of Gorse #FDE642

Tints of Gorse #FDE642

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.89%

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

R = 46.08%
G = 41.89%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDE642 (or 0xFDE642) is known color: Gorse. HEX triplet: FD, E6 and 42. RGB value is (253,230,66). Sum of RGB (Red+Green+Blue) = 253+230+66=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 66 (26.17% from 255 or 12.02% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE642 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE642 is #0219BD. Grayscale: #DADADA. Windows color (decimal): -137662 or 4384509. OLE color: 4384509.

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

Color convert

RGB 253 230 66 -
CMYK 0 0.09 0.74 0.01
HSL 52.62º 0.98% 0.63% -
HSV(B) 52.62º 0.74% 0.99% -
XYZ 69.79 77.87 16.51 -
YUV 218.18 42.12 152.84 -
System Red Green Blue C M Y K H S L
Decimal 253 230 66 0 0.09 0.74 0.01 52.62 0.98 0.63
Hex FD E6 42 0 9 4A 1 35 62 3F
Octal 375 346 102 0 11 112 1 65 142 77
Binary 11111101 11100110 1000010 0 1001 1001010 1 110101 1100010 111111

Color Harmonies of #FDE642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE642

Black with #FDE642

Text Example


Text Example

White with #FDE642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE642; }

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

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

background-color css

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

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

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

border-color css

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

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

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