Html Css Color HEX #F2A603 Orange

📋 copy color: '#F2A603'

red 242 ◦ green 166 ◦ blue 3

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

Shades of Orange #F2A603

Tints of Orange #F2A603

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.39%

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 58.88%
G = 40.39%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F2A603 (or 0xF2A603) is known color: Orange. HEX triplet: F2, A6 and 03. RGB value is (242,166,3). Sum of RGB (Red+Green+Blue) = 242+166+3=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A603 is #0D59FC. Grayscale: #AAAAAA. Windows color (decimal): -875005 or 239346. OLE color: 239346.

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

Color convert

RGB 242 166 3 -
CMYK 0 0.31 0.99 0.05
HSL 40.92º 0.98% 0.48% -
HSV(B) 40.92º 0.99% 0.95% -
XYZ 50.27 46.16 6.35 -
YUV 170.14 33.68 179.25 -
System Red Green Blue C M Y K H S L
Decimal 242 166 3 0 0.31 0.99 0.05 40.92 0.98 0.48
Hex F2 A6 3 0 1F 63 5 29 62 30
Octal 362 246 3 0 37 143 5 51 142 60
Binary 11110010 10100110 11 0 11111 1100011 101 101001 1100010 110000

Color Harmonies of #F2A603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A603

Black with #F2A603

Text Example


Text Example

White with #F2A603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A603; }

 p { color: rgb(242,166,3); }

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

background-color css

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

 a { background-color: rgb(242,166,3); }

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

border-color css

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

 span { border-color: rgb(242,166,3); }

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