Html Css Color HEX #FAAC3E Yellow Orange

📋 copy color: '#FAAC3E'

red 250 ◦ green 172 ◦ blue 62

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

Shades of Yellow Orange #FAAC3E

Tints of Yellow Orange #FAAC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.81%

R = 51.65%
G = 35.54%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAAC3E (or 0xFAAC3E) is known color: Yellow Orange. HEX triplet: FA, AC and 3E. RGB value is (250,172,62). Sum of RGB (Red+Green+Blue) = 250+172+62=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 62 (24.61% from 255 or 12.81% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAC3E is #0553C1. Grayscale: #B7B7B7. Windows color (decimal): -349122 or 4107514. OLE color: 4107514.

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

Color convert

RGB 250 172 62 -
CMYK 0 0.31 0.75 0.02
HSL 35.11º 0.95% 0.61% -
HSV(B) 35.11º 0.75% 0.98% -
XYZ 55.05 50.18 11.34 -
YUV 182.78 59.84 175.94 -
System Red Green Blue C M Y K H S L
Decimal 250 172 62 0 0.31 0.75 0.02 35.11 0.95 0.61
Hex FA AC 3E 0 1F 4B 2 23 5F 3D
Octal 372 254 76 0 37 113 2 43 137 75
Binary 11111010 10101100 111110 0 11111 1001011 10 100011 1011111 111101

Color Harmonies of #FAAC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC3E

Black with #FAAC3E

Text Example


Text Example

White with #FAAC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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