Html Css Color HEX #FDDE41 Gorse

📋 copy color: '#FDDE41'

red 253 ◦ green 222 ◦ blue 65

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

Shades of Gorse #FDDE41

Tints of Gorse #FDDE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.04%

R = 46.85%
G = 41.11%
B = 12.04%

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

#FDDE41 (or 0xFDDE41) is known color: Gorse. HEX triplet: FD, DE and 41. RGB value is (253,222,65). Sum of RGB (Red+Green+Blue) = 253+222+65=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 65 (25.78% from 255 or 12.04% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE41 is #0221BE. Grayscale: #D6D6D6. Windows color (decimal): -139711 or 4316925. OLE color: 4316925.

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

Color convert

RGB 253 222 65 -
CMYK 0 0.12 0.74 0.01
HSL 50.11º 0.98% 0.62% -
HSV(B) 50.11º 0.74% 0.99% -
XYZ 67.58 73.51 15.63 -
YUV 213.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 253 222 65 0 0.12 0.74 0.01 50.11 0.98 0.62
Hex FD DE 41 0 C 4A 1 32 62 3E
Octal 375 336 101 0 14 112 1 62 142 76
Binary 11111101 11011110 1000001 0 1100 1001010 1 110010 1100010 111110

Color Harmonies of #FDDE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE41

Black with #FDDE41

Text Example


Text Example

White with #FDDE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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