Html Css Color HEX #FFAC42 Yellow Orange

📋 copy color: '#FFAC42'

red 255 ◦ green 172 ◦ blue 66

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

Shades of Yellow Orange #FFAC42

Tints of Yellow Orange #FFAC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.39%

R = 51.72%
G = 34.89%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFAC42 (or 0xFFAC42) is known color: Yellow Orange. HEX triplet: FF, AC and 42. RGB value is (255,172,66). Sum of RGB (Red+Green+Blue) = 255+172+66=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 66 (26.17% from 255 or 13.39% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC42 is #0053BD. Grayscale: #B9B9B9. Windows color (decimal): -21438 or 4369663. OLE color: 4369663.

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

Color convert

RGB 255 172 66 -
CMYK 0 0.33 0.74 0
HSL 33.65º 1% 0.63% -
HSV(B) 33.65º 0.74% 1% -
XYZ 56.98 51.16 12.03 -
YUV 184.73 61 178.12 -
System Red Green Blue C M Y K H S L
Decimal 255 172 66 0 0.33 0.74 0 33.65 1 0.63
Hex FF AC 42 0 21 4A 0 22 64 3F
Octal 377 254 102 0 41 112 0 42 144 77
Binary 11111111 10101100 1000010 0 100001 1001010 0 100010 1100100 111111

Color Harmonies of #FFAC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC42

Black with #FFAC42

Text Example


Text Example

White with #FFAC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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