Html Css Color HEX #FDDC3F Gorse

📋 copy color: '#FDDC3F'

red 253 ◦ green 220 ◦ blue 63

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

Shades of Gorse #FDDC3F

Tints of Gorse #FDDC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.75%

R = 47.2%
G = 41.04%
B = 11.75%

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

#FDDC3F (or 0xFDDC3F) is known color: Gorse. HEX triplet: FD, DC and 3F. RGB value is (253,220,63). Sum of RGB (Red+Green+Blue) = 253+220+63=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 63 (25% from 255 or 11.75% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC3F is #0223C0. Grayscale: #D4D4D4. Windows color (decimal): -140225 or 4185341. OLE color: 4185341.

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

Color convert

RGB 253 220 63 -
CMYK 0 0.13 0.75 0.01
HSL 49.58º 0.98% 0.62% -
HSV(B) 49.58º 0.75% 0.99% -
XYZ 67 72.43 15.15 -
YUV 211.97 43.93 157.27 -
System Red Green Blue C M Y K H S L
Decimal 253 220 63 0 0.13 0.75 0.01 49.58 0.98 0.62
Hex FD DC 3F 0 D 4B 1 32 62 3E
Octal 375 334 77 0 15 113 1 62 142 76
Binary 11111101 11011100 111111 0 1101 1001011 1 110010 1100010 111110

Color Harmonies of #FDDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC3F

Black with #FDDC3F

Text Example


Text Example

White with #FDDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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