Html Css Color HEX #FFAC3A Yellow Orange

📋 copy color: '#FFAC3A'

red 255 ◦ green 172 ◦ blue 58

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

Shades of Yellow Orange #FFAC3A

Tints of Yellow Orange #FFAC3A

RGB

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

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

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

R = 52.58%
G = 35.46%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFAC3A (or 0xFFAC3A) is known color: Yellow Orange. HEX triplet: FF, AC and 3A. RGB value is (255,172,58). Sum of RGB (Red+Green+Blue) = 255+172+58=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 58 (23.05% from 255 or 11.96% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC3A is #0053C5. Grayscale: #B8B8B8. Windows color (decimal): -21446 or 3845375. OLE color: 3845375.

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

Color convert

RGB 255 172 58 -
CMYK 0 0.33 0.77 0
HSL 34.72º 1% 0.61% -
HSV(B) 34.72º 0.77% 1% -
XYZ 56.76 51.07 10.87 -
YUV 183.82 57 178.77 -
System Red Green Blue C M Y K H S L
Decimal 255 172 58 0 0.33 0.77 0 34.72 1 0.61
Hex FF AC 3A 0 21 4D 0 23 64 3D
Octal 377 254 72 0 41 115 0 43 144 75
Binary 11111111 10101100 111010 0 100001 1001101 0 100011 1100100 111101

Color Harmonies of #FFAC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC3A

Black with #FFAC3A

Text Example


Text Example

White with #FFAC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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