Html Css Color HEX #FFD440 Sunglow

📋 copy color: '#FFD440'

red 255 ◦ green 212 ◦ blue 64

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

Shades of Sunglow #FFD440

Tints of Sunglow #FFD440

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.92%

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

R = 48.02%
G = 39.92%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFD440 (or 0xFFD440) is known color: Sunglow. HEX triplet: FF, D4 and 40. RGB value is (255,212,64). Sum of RGB (Red+Green+Blue) = 255+212+64=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 64 (25.39% from 255 or 12.05% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD440 is #002BBF. Grayscale: #D0D0D0. Windows color (decimal): -11200 or 4248831. OLE color: 4248831.

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

Color convert

RGB 255 212 64 -
CMYK 0 0.17 0.75 0
HSL 46.49º 1% 0.63% -
HSV(B) 46.49º 0.75% 1% -
XYZ 65.71 68.72 14.65 -
YUV 207.99 46.75 161.53 -
System Red Green Blue C M Y K H S L
Decimal 255 212 64 0 0.17 0.75 0 46.49 1 0.63
Hex FF D4 40 0 11 4B 0 2E 64 3F
Octal 377 324 100 0 21 113 0 56 144 77
Binary 11111111 11010100 1000000 0 10001 1001011 0 101110 1100100 111111

Color Harmonies of #FFD440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD440

Black with #FFD440

Text Example


Text Example

White with #FFD440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD440; }

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

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

background-color css

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

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

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

border-color css

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

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

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