Html Css Color HEX #FDE740 Gorse

📋 copy color: '#FDE740'

red 253 ◦ green 231 ◦ blue 64

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

Shades of Gorse #FDE740

Tints of Gorse #FDE740

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.15%

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

R = 46.17%
G = 42.15%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDE740 (or 0xFDE740) is known color: Gorse. HEX triplet: FD, E7 and 40. RGB value is (253,231,64). Sum of RGB (Red+Green+Blue) = 253+231+64=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 231 (90.62% from 255 or 42.15% from 548); Blue value is 64 (25.39% from 255 or 11.68% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE740 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE740 is #0218BF. Grayscale: #DBDBDB. Windows color (decimal): -137408 or 4253693. OLE color: 4253693.

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

Color convert

RGB 253 231 64 -
CMYK 0 0.09 0.75 0.01
HSL 53.02º 0.98% 0.62% -
HSV(B) 53.02º 0.75% 0.99% -
XYZ 70.01 78.4 16.29 -
YUV 218.54 40.79 152.58 -
System Red Green Blue C M Y K H S L
Decimal 253 231 64 0 0.09 0.75 0.01 53.02 0.98 0.62
Hex FD E7 40 0 9 4B 1 35 62 3E
Octal 375 347 100 0 11 113 1 65 142 76
Binary 11111101 11100111 1000000 0 1001 1001011 1 110101 1100010 111110

Color Harmonies of #FDE740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE740

Black with #FDE740

Text Example


Text Example

White with #FDE740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE740; }

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

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

background-color css

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

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

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

border-color css

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

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

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