Html Css Color HEX #F2AC00 Orange

📋 copy color: '#F2AC00'

red 242 ◦ green 172 ◦ blue 0

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

Shades of Orange #F2AC00

Tints of Orange #F2AC00

RGB

 RED value IS 242 (94.92% from 255) = 58.45%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.45%
G = 41.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F2AC00 (or 0xF2AC00) is known color: Orange. HEX triplet: F2, AC and 00. RGB value is (242,172,0). Sum of RGB (Red+Green+Blue) = 242+172+0=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AC00 is #0D53FF. Grayscale: #AEAEAE. Windows color (decimal): -873472 or 44274. OLE color: 44274.

HSL color Cylindrical-coordinate representation of color #F2AC00: hue angle of 42.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2AC00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 172 0 -
CMYK 0 0.29 1 0.05
HSL 42.64º 1% 0.47% -
HSV(B) 42.64º 1% 0.95% -
XYZ 51.37 48.38 6.63 -
YUV 173.32 30.19 176.99 -
System Red Green Blue C M Y K H S L
Decimal 242 172 0 0 0.29 1 0.05 42.64 1 0.47
Hex F2 AC 0 0 1D 64 5 2B 64 2F
Octal 362 254 0 0 35 144 5 53 144 57
Binary 11110010 10101100 0 0 11101 1100100 101 101011 1100100 101111

Color Harmonies of #F2AC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AC00

Black with #F2AC00

Text Example


Text Example

White with #F2AC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AC00; }

 p { color: rgb(242,172,0); }

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

background-color css

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

 a { background-color: rgb(242,172,0); }

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

border-color css

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

 span { border-color: rgb(242,172,0); }

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