Html Css Color HEX #F2A001 Orange Peel

📋 copy color: '#F2A001'

red 242 ◦ green 160 ◦ blue 1

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

Shades of Orange Peel #F2A001

Tints of Orange Peel #F2A001

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.7%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 60.05%
G = 39.7%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F2A001 (or 0xF2A001) is known color: Orange Peel. HEX triplet: F2, A0 and 01. RGB value is (242,160,1). Sum of RGB (Red+Green+Blue) = 242+160+1=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A001 is #0D5FFE. Grayscale: #A7A7A7. Windows color (decimal): -876543 or 106738. OLE color: 106738.

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

Color convert

RGB 242 160 1 -
CMYK 0 0.34 1.00 0.05
HSL 39.59º 0.99% 0.48% -
HSV(B) 39.59º 1% 0.95% -
XYZ 49.19 44.02 5.93 -
YUV 166.39 34.67 181.93 -
System Red Green Blue C M Y K H S L
Decimal 242 160 1 0 0.34 1.00 0.05 39.59 0.99 0.48
Hex F2 A0 1 0 22 64 5 28 63 30
Octal 362 240 1 0 42 144 5 50 143 60
Binary 11110010 10100000 1 0 100010 1100100 101 101000 1100011 110000

Color Harmonies of #F2A001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A001

Black with #F2A001

Text Example


Text Example

White with #F2A001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A001; }

 p { color: rgb(242,160,1); }

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

background-color css

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

 a { background-color: rgb(242,160,1); }

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

border-color css

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

 span { border-color: rgb(242,160,1); }

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