Html Css Color HEX #F2A401 Orange

📋 copy color: '#F2A401'

red 242 ◦ green 164 ◦ blue 1

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

Shades of Orange #F2A401

Tints of Orange #F2A401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.29%

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

R = 59.46%
G = 40.29%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F2A401 (or 0xF2A401) is known color: Orange. HEX triplet: F2, A4 and 01. RGB value is (242,164,1). Sum of RGB (Red+Green+Blue) = 242+164+1=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A401 is #0D5BFE. Grayscale: #A9A9A9. Windows color (decimal): -875519 or 107762. OLE color: 107762.

HSL color Cylindrical-coordinate representation of color #F2A401: hue angle of 40.58º 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 #F2A401 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 164 1 -
CMYK 0 0.32 1.00 0.05
HSL 40.58º 0.99% 0.48% -
HSV(B) 40.58º 1% 0.95% -
XYZ 49.9 45.43 6.17 -
YUV 168.74 33.34 180.25 -
System Red Green Blue C M Y K H S L
Decimal 242 164 1 0 0.32 1.00 0.05 40.58 0.99 0.48
Hex F2 A4 1 0 20 64 5 29 63 30
Octal 362 244 1 0 40 144 5 51 143 60
Binary 11110010 10100100 1 0 100000 1100100 101 101001 1100011 110000

Color Harmonies of #F2A401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A401

Black with #F2A401

Text Example


Text Example

White with #F2A401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A401; }

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

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

background-color css

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

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

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

border-color css

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

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

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