Html Css Color HEX #FFAF40 Yellow Orange

📋 copy color: '#FFAF40'

red 255 ◦ green 175 ◦ blue 64

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

Shades of Yellow Orange #FFAF40

Tints of Yellow Orange #FFAF40

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.43%

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

R = 51.62%
G = 35.43%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFAF40 (or 0xFFAF40) is known color: Yellow Orange. HEX triplet: FF, AF and 40. RGB value is (255,175,64). Sum of RGB (Red+Green+Blue) = 255+175+64=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF40 is #0050BF. Grayscale: #BABABA. Windows color (decimal): -20672 or 4239359. OLE color: 4239359.

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

Color convert

RGB 255 175 64 -
CMYK 0 0.31 0.75 0
HSL 34.87º 1% 0.63% -
HSV(B) 34.87º 0.75% 1% -
XYZ 57.5 52.29 11.91 -
YUV 186.27 59 177.03 -
System Red Green Blue C M Y K H S L
Decimal 255 175 64 0 0.31 0.75 0 34.87 1 0.63
Hex FF AF 40 0 1F 4B 0 23 64 3F
Octal 377 257 100 0 37 113 0 43 144 77
Binary 11111111 10101111 1000000 0 11111 1001011 0 100011 1100100 111111

Color Harmonies of #FFAF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF40

Black with #FFAF40

Text Example


Text Example

White with #FFAF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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