Html Css Color HEX #F2A901 Orange

📋 copy color: '#F2A901'

red 242 ◦ green 169 ◦ blue 1

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

Shades of Orange #F2A901

Tints of Orange #F2A901

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.02%

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

R = 58.74%
G = 41.02%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F2A901 (or 0xF2A901) is known color: Orange. HEX triplet: F2, A9 and 01. RGB value is (242,169,1). Sum of RGB (Red+Green+Blue) = 242+169+1=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A901 is #0D56FE. Grayscale: #ACACAC. Windows color (decimal): -874239 or 109042. OLE color: 109042.

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

Color convert

RGB 242 169 1 -
CMYK 0 0.30 1.00 0.05
HSL 41.83º 0.99% 0.48% -
HSV(B) 41.83º 1% 0.95% -
XYZ 50.81 47.26 6.47 -
YUV 171.68 31.68 178.16 -
System Red Green Blue C M Y K H S L
Decimal 242 169 1 0 0.30 1.00 0.05 41.83 0.99 0.48
Hex F2 A9 1 0 1E 64 5 2A 63 30
Octal 362 251 1 0 36 144 5 52 143 60
Binary 11110010 10101001 1 0 11110 1100100 101 101010 1100011 110000

Color Harmonies of #F2A901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A901

Black with #F2A901

Text Example


Text Example

White with #F2A901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A901; }

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

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

background-color css

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

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

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

border-color css

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

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

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