Html Css Color HEX #FFAC0B Dark Tangerine

📋 copy color: '#FFAC0B'

red 255 ◦ green 172 ◦ blue 11

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

Shades of Dark Tangerine #FFAC0B

Tints of Dark Tangerine #FFAC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.51%

R = 58.22%
G = 39.27%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFAC0B (or 0xFFAC0B) is known color: Dark Tangerine. HEX triplet: FF, AC and 0B. RGB value is (255,172,11). Sum of RGB (Red+Green+Blue) = 255+172+11=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAC0B is #0053F4. Grayscale: #B3B3B3. Windows color (decimal): -21493 or 765183. OLE color: 765183.

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

Color convert

RGB 255 172 11 -
CMYK 0 0.33 0.96 0
HSL 39.59º 1% 0.52% -
HSV(B) 39.59º 0.96% 1% -
XYZ 56.05 50.79 7.17 -
YUV 178.46 33.5 182.59 -
System Red Green Blue C M Y K H S L
Decimal 255 172 11 0 0.33 0.96 0 39.59 1 0.52
Hex FF AC B 0 21 60 0 28 64 34
Octal 377 254 13 0 41 140 0 50 144 64
Binary 11111111 10101100 1011 0 100001 1100000 0 101000 1100100 110100

Color Harmonies of #FFAC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC0B

Black with #FFAC0B

Text Example


Text Example

White with #FFAC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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