Html Css Color HEX #FFD040 Sunglow

📋 copy color: '#FFD040'

red 255 ◦ green 208 ◦ blue 64

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

Shades of Sunglow #FFD040

Tints of Sunglow #FFD040

RGB

 RED value IS 255 (100% from 255) = 48.39%

 GREEN value IS 208 (81.64% from 255) = 39.47%

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

R = 48.39%
G = 39.47%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFD040 (or 0xFFD040) is known color: Sunglow. HEX triplet: FF, D0 and 40. RGB value is (255,208,64). Sum of RGB (Red+Green+Blue) = 255+208+64=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 64 (25.39% from 255 or 12.14% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD040 is #002FBF. Grayscale: #CECECE. Windows color (decimal): -12224 or 4247807. OLE color: 4247807.

HSL color Cylindrical-coordinate representation of color #FFD040: hue angle of 45.24º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFD040 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 208 64 -
CMYK 0 0.18 0.75 0
HSL 45.24º 1% 0.63% -
HSV(B) 45.24º 0.75% 1% -
XYZ 64.72 66.74 14.32 -
YUV 205.64 48.07 163.21 -
System Red Green Blue C M Y K H S L
Decimal 255 208 64 0 0.18 0.75 0 45.24 1 0.63
Hex FF D0 40 0 12 4B 0 2D 64 3F
Octal 377 320 100 0 22 113 0 55 144 77
Binary 11111111 11010000 1000000 0 10010 1001011 0 101101 1100100 111111

Color Harmonies of #FFD040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD040

Black with #FFD040

Text Example


Text Example

White with #FFD040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD040; }

 p { color: rgb(255,208,64); }

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

background-color css

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

 a { background-color: rgb(255,208,64); }

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

border-color css

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

 span { border-color: rgb(255,208,64); }

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