Html Css Color HEX #FDDC3E Gorse

📋 copy color: '#FDDC3E'

red 253 ◦ green 220 ◦ blue 62

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

Shades of Gorse #FDDC3E

Tints of Gorse #FDDC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.59%

R = 47.29%
G = 41.12%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDDC3E (or 0xFDDC3E) is known color: Gorse. HEX triplet: FD, DC and 3E. RGB value is (253,220,62). Sum of RGB (Red+Green+Blue) = 253+220+62=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 62 (24.61% from 255 or 11.59% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC3E is #0223C1. Grayscale: #D4D4D4. Windows color (decimal): -140226 or 4119805. OLE color: 4119805.

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

Color convert

RGB 253 220 62 -
CMYK 0 0.13 0.75 0.01
HSL 49.63º 0.98% 0.62% -
HSV(B) 49.63º 0.75% 0.99% -
XYZ 66.97 72.42 15.01 -
YUV 211.86 43.43 157.35 -
System Red Green Blue C M Y K H S L
Decimal 253 220 62 0 0.13 0.75 0.01 49.63 0.98 0.62
Hex FD DC 3E 0 D 4B 1 32 62 3E
Octal 375 334 76 0 15 113 1 62 142 76
Binary 11111101 11011100 111110 0 1101 1001011 1 110010 1100010 111110

Color Harmonies of #FDDC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC3E

Black with #FDDC3E

Text Example


Text Example

White with #FDDC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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