Html Css Color HEX #FAAC3A Yellow Orange

📋 copy color: '#FAAC3A'

red 250 ◦ green 172 ◦ blue 58

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

Shades of Yellow Orange #FAAC3A

Tints of Yellow Orange #FAAC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.08%

R = 52.08%
G = 35.83%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAAC3A (or 0xFAAC3A) is known color: Yellow Orange. HEX triplet: FA, AC and 3A. RGB value is (250,172,58). Sum of RGB (Red+Green+Blue) = 250+172+58=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 58 (23.05% from 255 or 12.08% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAC3A is #0553C5. Grayscale: #B6B6B6. Windows color (decimal): -349126 or 3845370. OLE color: 3845370.

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

Color convert

RGB 250 172 58 -
CMYK 0 0.31 0.77 0.02
HSL 35.63º 0.95% 0.6% -
HSV(B) 35.63º 0.77% 0.98% -
XYZ 54.94 50.13 10.78 -
YUV 182.33 57.84 176.27 -
System Red Green Blue C M Y K H S L
Decimal 250 172 58 0 0.31 0.77 0.02 35.63 0.95 0.6
Hex FA AC 3A 0 1F 4D 2 24 5F 3C
Octal 372 254 72 0 37 115 2 44 137 74
Binary 11111010 10101100 111010 0 11111 1001101 10 100100 1011111 111100

Color Harmonies of #FAAC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC3A

Black with #FAAC3A

Text Example


Text Example

White with #FAAC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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