Html Css Color HEX #FDDE2D Gorse

📋 copy color: '#FDDE2D'

red 253 ◦ green 222 ◦ blue 45

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

Shades of Gorse #FDDE2D

Tints of Gorse #FDDE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.65%

R = 48.65%
G = 42.69%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDDE2D (or 0xFDDE2D) is known color: Gorse. HEX triplet: FD, DE and 2D. RGB value is (253,222,45). Sum of RGB (Red+Green+Blue) = 253+222+45=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 45 (17.97% from 255 or 8.65% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE2D is #0221D2. Grayscale: #D3D3D3. Windows color (decimal): -139731 or 3006205. OLE color: 3006205.

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

Color convert

RGB 253 222 45 -
CMYK 0 0.12 0.82 0.01
HSL 51.06º 0.98% 0.58% -
HSV(B) 51.06º 0.82% 0.99% -
XYZ 67.1 73.31 13.1 -
YUV 211.09 34.27 157.89 -
System Red Green Blue C M Y K H S L
Decimal 253 222 45 0 0.12 0.82 0.01 51.06 0.98 0.58
Hex FD DE 2D 0 C 52 1 33 62 3A
Octal 375 336 55 0 14 122 1 63 142 72
Binary 11111101 11011110 101101 0 1100 1010010 1 110011 1100010 111010

Color Harmonies of #FDDE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE2D

Black with #FDDE2D

Text Example


Text Example

White with #FDDE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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