Html Css Color HEX #FFAC02 Orange

📋 copy color: '#FFAC02'

red 255 ◦ green 172 ◦ blue 2

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

Shades of Orange #FFAC02

Tints of Orange #FFAC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 59.44%
G = 40.09%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFAC02 (or 0xFFAC02) is known color: Orange. HEX triplet: FF, AC and 02. RGB value is (255,172,2). Sum of RGB (Red+Green+Blue) = 255+172+2=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAC02 is #0053FD. Grayscale: #B2B2B2. Windows color (decimal): -21502 or 175359. OLE color: 175359.

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

Color convert

RGB 255 172 2 -
CMYK 0 0.33 0.99 0
HSL 40.32º 1% 0.5% -
HSV(B) 40.32º 0.99% 1% -
XYZ 56 50.77 6.91 -
YUV 177.44 29 183.32 -
System Red Green Blue C M Y K H S L
Decimal 255 172 2 0 0.33 0.99 0 40.32 1 0.5
Hex FF AC 2 0 21 63 0 28 64 32
Octal 377 254 2 0 41 143 0 50 144 62
Binary 11111111 10101100 10 0 100001 1100011 0 101000 1100100 110010

Color Harmonies of #FFAC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC02

Black with #FFAC02

Text Example


Text Example

White with #FFAC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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