Html Css Color HEX #FFD640 Sunglow

📋 copy color: '#FFD640'

red 255 ◦ green 214 ◦ blue 64

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

Shades of Sunglow #FFD640

Tints of Sunglow #FFD640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.15%

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

R = 47.84%
G = 40.15%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFD640 (or 0xFFD640) is known color: Sunglow. HEX triplet: FF, D6 and 40. RGB value is (255,214,64). Sum of RGB (Red+Green+Blue) = 255+214+64=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD640 is #0029BF. Grayscale: #D1D1D1. Windows color (decimal): -10688 or 4249343. OLE color: 4249343.

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

Color convert

RGB 255 214 64 -
CMYK 0 0.16 0.75 0
HSL 47.12º 1% 0.63% -
HSV(B) 47.12º 0.75% 1% -
XYZ 66.21 69.72 14.82 -
YUV 209.16 46.08 160.7 -
System Red Green Blue C M Y K H S L
Decimal 255 214 64 0 0.16 0.75 0 47.12 1 0.63
Hex FF D6 40 0 10 4B 0 2F 64 3F
Octal 377 326 100 0 20 113 0 57 144 77
Binary 11111111 11010110 1000000 0 10000 1001011 0 101111 1100100 111111

Color Harmonies of #FFD640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD640

Black with #FFD640

Text Example


Text Example

White with #FFD640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD640; }

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

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

background-color css

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

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

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

border-color css

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

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

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