Html Css Color HEX #FFA740 Yellow Orange

📋 copy color: '#FFA740'

red 255 ◦ green 167 ◦ blue 64

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

Shades of Yellow Orange #FFA740

Tints of Yellow Orange #FFA740

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.36%

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

R = 52.47%
G = 34.36%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFA740 (or 0xFFA740) is known color: Yellow Orange. HEX triplet: FF, A7 and 40. RGB value is (255,167,64). Sum of RGB (Red+Green+Blue) = 255+167+64=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 64 (25.39% from 255 or 13.17% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA740 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA740 is #0058BF. Grayscale: #B6B6B6. Windows color (decimal): -22720 or 4237311. OLE color: 4237311.

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

Color convert

RGB 255 167 64 -
CMYK 0 0.35 0.75 0
HSL 32.36º 1% 0.63% -
HSV(B) 32.36º 0.75% 1% -
XYZ 55.98 49.27 11.41 -
YUV 181.57 61.65 180.38 -
System Red Green Blue C M Y K H S L
Decimal 255 167 64 0 0.35 0.75 0 32.36 1 0.63
Hex FF A7 40 0 23 4B 0 20 64 3F
Octal 377 247 100 0 43 113 0 40 144 77
Binary 11111111 10100111 1000000 0 100011 1001011 0 100000 1100100 111111

Color Harmonies of #FFA740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA740

Black with #FFA740

Text Example


Text Example

White with #FFA740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA740; }

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

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

background-color css

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

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

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

border-color css

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

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

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