Html Css Color HEX #FFA440 Yellow Orange

📋 copy color: '#FFA440'

red 255 ◦ green 164 ◦ blue 64

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

Shades of Yellow Orange #FFA440

Tints of Yellow Orange #FFA440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.95%

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

R = 52.8%
G = 33.95%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFA440 (or 0xFFA440) is known color: Yellow Orange. HEX triplet: FF, A4 and 40. RGB value is (255,164,64). Sum of RGB (Red+Green+Blue) = 255+164+64=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA440 is #005BBF. Grayscale: #B4B4B4. Windows color (decimal): -23488 or 4236543. OLE color: 4236543.

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

Color convert

RGB 255 164 64 -
CMYK 0 0.36 0.75 0
HSL 31.41º 1% 0.63% -
HSV(B) 31.41º 0.75% 1% -
XYZ 55.44 48.18 11.23 -
YUV 179.81 62.65 181.63 -
System Red Green Blue C M Y K H S L
Decimal 255 164 64 0 0.36 0.75 0 31.41 1 0.63
Hex FF A4 40 0 24 4B 0 1F 64 3F
Octal 377 244 100 0 44 113 0 37 144 77
Binary 11111111 10100100 1000000 0 100100 1001011 0 11111 1100100 111111

Color Harmonies of #FFA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA440

Black with #FFA440

Text Example


Text Example

White with #FFA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA440; }

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

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

background-color css

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

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

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

border-color css

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

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

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