Html Css Color HEX #FDD840 Gorse

📋 copy color: '#FDD840'

red 253 ◦ green 216 ◦ blue 64

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

Shades of Gorse #FDD840

Tints of Gorse #FDD840

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.53%

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

R = 47.47%
G = 40.53%
B = 12.01%

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

#FDD840 (or 0xFDD840) is known color: Gorse. HEX triplet: FD, D8 and 40. RGB value is (253,216,64). Sum of RGB (Red+Green+Blue) = 253+216+64=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD840 is #0227BF. Grayscale: #D2D2D2. Windows color (decimal): -141248 or 4249853. OLE color: 4249853.

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

Color convert

RGB 253 216 64 -
CMYK 0 0.15 0.75 0.01
HSL 48.25º 0.98% 0.62% -
HSV(B) 48.25º 0.75% 0.99% -
XYZ 65.99 70.36 14.95 -
YUV 209.74 45.76 158.86 -
System Red Green Blue C M Y K H S L
Decimal 253 216 64 0 0.15 0.75 0.01 48.25 0.98 0.62
Hex FD D8 40 0 F 4B 1 30 62 3E
Octal 375 330 100 0 17 113 1 60 142 76
Binary 11111101 11011000 1000000 0 1111 1001011 1 110000 1100010 111110

Color Harmonies of #FDD840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD840

Black with #FDD840

Text Example


Text Example

White with #FDD840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD840; }

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

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

background-color css

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

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

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

border-color css

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

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

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