Html Css Color HEX #FFAF3F Yellow Orange

📋 copy color: '#FFAF3F'

red 255 ◦ green 175 ◦ blue 63

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

Shades of Yellow Orange #FFAF3F

Tints of Yellow Orange #FFAF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.78%

R = 51.72%
G = 35.5%
B = 12.78%

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

#FFAF3F (or 0xFFAF3F) is known color: Yellow Orange. HEX triplet: FF, AF and 3F. RGB value is (255,175,63). Sum of RGB (Red+Green+Blue) = 255+175+63=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF3F is #0050C0. Grayscale: #BABABA. Windows color (decimal): -20673 or 4173823. OLE color: 4173823.

HSL color Cylindrical-coordinate representation of color #FFAF3F: hue angle of 35º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFAF3F is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 175 63 -
CMYK 0 0.31 0.75 0
HSL 35º 1% 0.62% -
HSV(B) 35º 0.75% 1% -
XYZ 57.47 52.28 11.76 -
YUV 186.15 58.5 177.11 -
System Red Green Blue C M Y K H S L
Decimal 255 175 63 0 0.31 0.75 0 35 1 0.62
Hex FF AF 3F 0 1F 4B 0 23 64 3E
Octal 377 257 77 0 37 113 0 43 144 76
Binary 11111111 10101111 111111 0 11111 1001011 0 100011 1100100 111110

Color Harmonies of #FFAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF3F

Black with #FFAF3F

Text Example


Text Example

White with #FFAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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