Html Css Color HEX #FFAC08 Orange

📋 copy color: '#FFAC08'

red 255 ◦ green 172 ◦ blue 8

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

Shades of Orange #FFAC08

Tints of Orange #FFAC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.84%

R = 58.62%
G = 39.54%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFAC08 (or 0xFFAC08) is known color: Orange. HEX triplet: FF, AC and 08. RGB value is (255,172,8). Sum of RGB (Red+Green+Blue) = 255+172+8=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 8 (3.52% from 255 or 1.84% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAC08 is #0053F7. Grayscale: #B2B2B2. Windows color (decimal): -21496 or 568575. OLE color: 568575.

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

Color convert

RGB 255 172 8 -
CMYK 0 0.33 0.97 0
HSL 39.84º 1% 0.52% -
HSV(B) 39.84º 0.97% 1% -
XYZ 56.04 50.78 7.08 -
YUV 178.12 32 182.84 -
System Red Green Blue C M Y K H S L
Decimal 255 172 8 0 0.33 0.97 0 39.84 1 0.52
Hex FF AC 8 0 21 61 0 28 64 34
Octal 377 254 10 0 41 141 0 50 144 64
Binary 11111111 10101100 1000 0 100001 1100001 0 101000 1100100 110100

Color Harmonies of #FFAC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC08

Black with #FFAC08

Text Example


Text Example

White with #FFAC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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