Html Css Color HEX #FAAC40 Yellow Orange

📋 copy color: '#FAAC40'

red 250 ◦ green 172 ◦ blue 64

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

Shades of Yellow Orange #FAAC40

Tints of Yellow Orange #FAAC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.39%

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

R = 51.44%
G = 35.39%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAAC40 (or 0xFAAC40) is known color: Yellow Orange. HEX triplet: FA, AC and 40. RGB value is (250,172,64). Sum of RGB (Red+Green+Blue) = 250+172+64=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 64 (25.39% from 255 or 13.17% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAC40 is #0553BF. Grayscale: #B7B7B7. Windows color (decimal): -349120 or 4238586. OLE color: 4238586.

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

Color convert

RGB 250 172 64 -
CMYK 0 0.31 0.74 0.02
HSL 34.84º 0.95% 0.62% -
HSV(B) 34.84º 0.74% 0.98% -
XYZ 55.1 50.2 11.64 -
YUV 183.01 60.84 175.78 -
System Red Green Blue C M Y K H S L
Decimal 250 172 64 0 0.31 0.74 0.02 34.84 0.95 0.62
Hex FA AC 40 0 1F 4A 2 23 5F 3E
Octal 372 254 100 0 37 112 2 43 137 76
Binary 11111010 10101100 1000000 0 11111 1001010 10 100011 1011111 111110

Color Harmonies of #FAAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC40

Black with #FAAC40

Text Example


Text Example

White with #FAAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC40; }

 p { color: rgb(250,172,64); }

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

background-color css

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

 a { background-color: rgb(250,172,64); }

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

border-color css

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

 span { border-color: rgb(250,172,64); }

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