Html Css Color HEX #FAAA3F Yellow Orange

📋 copy color: '#FAAA3F'

red 250 ◦ green 170 ◦ blue 63

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

Shades of Yellow Orange #FAAA3F

Tints of Yellow Orange #FAAA3F

RGB

 RED value IS 250 (98.05% from 255) = 51.76%

 GREEN value IS 170 (66.8% from 255) = 35.2%

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

R = 51.76%
G = 35.2%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAAA3F (or 0xFAAA3F) is known color: Yellow Orange. HEX triplet: FA, AA and 3F. RGB value is (250,170,63). Sum of RGB (Red+Green+Blue) = 250+170+63=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 63 (25% from 255 or 13.04% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA3F is #0555C0. Grayscale: #B6B6B6. Windows color (decimal): -349633 or 4172538. OLE color: 4172538.

HSL color Cylindrical-coordinate representation of color #FAAA3F: hue angle of 34.33º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FAAA3F is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 170 63 -
CMYK 0 0.32 0.75 0.02
HSL 34.33º 0.95% 0.61% -
HSV(B) 34.33º 0.75% 0.98% -
XYZ 54.7 49.43 11.36 -
YUV 181.72 61 176.7 -
System Red Green Blue C M Y K H S L
Decimal 250 170 63 0 0.32 0.75 0.02 34.33 0.95 0.61
Hex FA AA 3F 0 20 4B 2 22 5F 3D
Octal 372 252 77 0 40 113 2 42 137 75
Binary 11111010 10101010 111111 0 100000 1001011 10 100010 1011111 111101

Color Harmonies of #FAAA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA3F

Black with #FAAA3F

Text Example


Text Example

White with #FAAA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA3F; }

 p { color: rgb(250,170,63); }

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

background-color css

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

 a { background-color: rgb(250,170,63); }

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

border-color css

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

 span { border-color: rgb(250,170,63); }

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