Html Css Color HEX #FDDC2A Gorse

📋 copy color: '#FDDC2A'

red 253 ◦ green 220 ◦ blue 42

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

Shades of Gorse #FDDC2A

Tints of Gorse #FDDC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.16%

R = 49.13%
G = 42.72%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDDC2A (or 0xFDDC2A) is known color: Gorse. HEX triplet: FD, DC and 2A. RGB value is (253,220,42). Sum of RGB (Red+Green+Blue) = 253+220+42=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 42 (16.80% from 255 or 8.16% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC2A is #0223D5. Grayscale: #D2D2D2. Windows color (decimal): -140246 or 2809085. OLE color: 2809085.

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

Color convert

RGB 253 220 42 -
CMYK 0 0.13 0.83 0.01
HSL 50.62º 0.98% 0.58% -
HSV(B) 50.62º 0.83% 0.99% -
XYZ 66.52 72.24 12.63 -
YUV 209.58 33.43 158.97 -
System Red Green Blue C M Y K H S L
Decimal 253 220 42 0 0.13 0.83 0.01 50.62 0.98 0.58
Hex FD DC 2A 0 D 53 1 33 62 3A
Octal 375 334 52 0 15 123 1 63 142 72
Binary 11111101 11011100 101010 0 1101 1010011 1 110011 1100010 111010

Color Harmonies of #FDDC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC2A

Black with #FDDC2A

Text Example


Text Example

White with #FDDC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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