Html Css Color HEX #FDDE42 Gorse

📋 copy color: '#FDDE42'

red 253 ◦ green 222 ◦ blue 66

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

Shades of Gorse #FDDE42

Tints of Gorse #FDDE42

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.04%

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

R = 46.77%
G = 41.04%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDDE42 (or 0xFDDE42) is known color: Gorse. HEX triplet: FD, DE and 42. RGB value is (253,222,66). Sum of RGB (Red+Green+Blue) = 253+222+66=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 66 (26.17% from 255 or 12.20% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE42 is #0221BD. Grayscale: #D6D6D6. Windows color (decimal): -139710 or 4382461. OLE color: 4382461.

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

Color convert

RGB 253 222 66 -
CMYK 0 0.12 0.74 0.01
HSL 50.05º 0.98% 0.63% -
HSV(B) 50.05º 0.74% 0.99% -
XYZ 67.61 73.52 15.78 -
YUV 213.49 44.77 156.18 -
System Red Green Blue C M Y K H S L
Decimal 253 222 66 0 0.12 0.74 0.01 50.05 0.98 0.63
Hex FD DE 42 0 C 4A 1 32 62 3F
Octal 375 336 102 0 14 112 1 62 142 77
Binary 11111101 11011110 1000010 0 1100 1001010 1 110010 1100010 111111

Color Harmonies of #FDDE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE42

Black with #FDDE42

Text Example


Text Example

White with #FDDE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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