Html Css Color HEX #FDDC40 Gorse

📋 copy color: '#FDDC40'

red 253 ◦ green 220 ◦ blue 64

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

Shades of Gorse #FDDC40

Tints of Gorse #FDDC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.92%

R = 47.11%
G = 40.97%
B = 11.92%

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

#FDDC40 (or 0xFDDC40) is known color: Gorse. HEX triplet: FD, DC and 40. RGB value is (253,220,64). Sum of RGB (Red+Green+Blue) = 253+220+64=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 64 (25.39% from 255 or 11.92% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC40 is #0223BF. Grayscale: #D4D4D4. Windows color (decimal): -140224 or 4250877. OLE color: 4250877.

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

Color convert

RGB 253 220 64 -
CMYK 0 0.13 0.75 0.01
HSL 49.52º 0.98% 0.62% -
HSV(B) 49.52º 0.75% 0.99% -
XYZ 67.03 72.44 15.3 -
YUV 212.08 44.43 157.18 -
System Red Green Blue C M Y K H S L
Decimal 253 220 64 0 0.13 0.75 0.01 49.52 0.98 0.62
Hex FD DC 40 0 D 4B 1 32 62 3E
Octal 375 334 100 0 15 113 1 62 142 76
Binary 11111101 11011100 1000000 0 1101 1001011 1 110010 1100010 111110

Color Harmonies of #FDDC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC40

Black with #FDDC40

Text Example


Text Example

White with #FDDC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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