Html Css Color HEX #FFAC3C Yellow Orange

📋 copy color: '#FFAC3C'

red 255 ◦ green 172 ◦ blue 60

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

Shades of Yellow Orange #FFAC3C

Tints of Yellow Orange #FFAC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.32%

R = 52.36%
G = 35.32%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFAC3C (or 0xFFAC3C) is known color: Yellow Orange. HEX triplet: FF, AC and 3C. RGB value is (255,172,60). Sum of RGB (Red+Green+Blue) = 255+172+60=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC3C is #0053C3. Grayscale: #B8B8B8. Windows color (decimal): -21444 or 3976447. OLE color: 3976447.

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

Color convert

RGB 255 172 60 -
CMYK 0 0.33 0.76 0
HSL 34.46º 1% 0.62% -
HSV(B) 34.46º 0.76% 1% -
XYZ 56.81 51.09 11.14 -
YUV 184.05 58 178.61 -
System Red Green Blue C M Y K H S L
Decimal 255 172 60 0 0.33 0.76 0 34.46 1 0.62
Hex FF AC 3C 0 21 4C 0 22 64 3E
Octal 377 254 74 0 41 114 0 42 144 76
Binary 11111111 10101100 111100 0 100001 1001100 0 100010 1100100 111110

Color Harmonies of #FFAC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC3C

Black with #FFAC3C

Text Example


Text Example

White with #FFAC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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