Html Css Color HEX #FDD740 Gorse

📋 copy color: '#FDD740'

red 253 ◦ green 215 ◦ blue 64

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

Shades of Gorse #FDD740

Tints of Gorse #FDD740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.41%

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

R = 47.56%
G = 40.41%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDD740 (or 0xFDD740) is known color: Gorse. HEX triplet: FD, D7 and 40. RGB value is (253,215,64). Sum of RGB (Red+Green+Blue) = 253+215+64=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD740 is #0228BF. Grayscale: #D1D1D1. Windows color (decimal): -141504 or 4249597. OLE color: 4249597.

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

Color convert

RGB 253 215 64 -
CMYK 0 0.15 0.75 0.01
HSL 47.94º 0.98% 0.62% -
HSV(B) 47.94º 0.75% 0.99% -
XYZ 65.73 69.85 14.87 -
YUV 209.15 46.09 159.28 -
System Red Green Blue C M Y K H S L
Decimal 253 215 64 0 0.15 0.75 0.01 47.94 0.98 0.62
Hex FD D7 40 0 F 4B 1 30 62 3E
Octal 375 327 100 0 17 113 1 60 142 76
Binary 11111101 11010111 1000000 0 1111 1001011 1 110000 1100010 111110

Color Harmonies of #FDD740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD740

Black with #FDD740

Text Example


Text Example

White with #FDD740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD740; }

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

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

background-color css

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

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

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

border-color css

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

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

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