Html Css Color HEX #FDDC2D Gorse

📋 copy color: '#FDDC2D'

red 253 ◦ green 220 ◦ blue 45

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

Shades of Gorse #FDDC2D

Tints of Gorse #FDDC2D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.47%

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

R = 48.84%
G = 42.47%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDDC2D (or 0xFDDC2D) is known color: Gorse. HEX triplet: FD, DC and 2D. RGB value is (253,220,45). Sum of RGB (Red+Green+Blue) = 253+220+45=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 45 (17.97% from 255 or 8.69% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC2D is #0223D2. Grayscale: #D2D2D2. Windows color (decimal): -140243 or 3005693. OLE color: 3005693.

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

Color convert

RGB 253 220 45 -
CMYK 0 0.13 0.82 0.01
HSL 50.48º 0.98% 0.58% -
HSV(B) 50.48º 0.82% 0.99% -
XYZ 66.57 72.26 12.92 -
YUV 209.92 34.93 158.73 -
System Red Green Blue C M Y K H S L
Decimal 253 220 45 0 0.13 0.82 0.01 50.48 0.98 0.58
Hex FD DC 2D 0 D 52 1 32 62 3A
Octal 375 334 55 0 15 122 1 62 142 72
Binary 11111101 11011100 101101 0 1101 1010010 1 110010 1100010 111010

Color Harmonies of #FDDC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC2D

Black with #FDDC2D

Text Example


Text Example

White with #FDDC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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