Html Css Color HEX #F0A303 Orange

📋 copy color: '#F0A303'

red 240 ◦ green 163 ◦ blue 3

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

Shades of Orange #F0A303

Tints of Orange #F0A303

RGB

 RED value IS 240 (94.14% from 255) = 59.11%

 GREEN value IS 163 (64.06% from 255) = 40.15%

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

R = 59.11%
G = 40.15%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F0A303 (or 0xF0A303) is known color: Orange. HEX triplet: F0, A3 and 03. RGB value is (240,163,3). Sum of RGB (Red+Green+Blue) = 240+163+3=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A303 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A303 is #0F5CFC. Grayscale: #A8A8A8. Windows color (decimal): -1006845 or 238576. OLE color: 238576.

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

Color convert

RGB 240 163 3 -
CMYK 0 0.32 0.99 0.06
HSL 40.51º 0.98% 0.48% -
HSV(B) 40.51º 0.99% 0.94% -
XYZ 49.05 44.73 6.13 -
YUV 167.78 35.01 179.51 -
System Red Green Blue C M Y K H S L
Decimal 240 163 3 0 0.32 0.99 0.06 40.51 0.98 0.48
Hex F0 A3 3 0 20 63 6 29 62 30
Octal 360 243 3 0 40 143 6 51 142 60
Binary 11110000 10100011 11 0 100000 1100011 110 101001 1100010 110000

Color Harmonies of #F0A303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A303

Black with #F0A303

Text Example


Text Example

White with #F0A303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A303; }

 p { color: rgb(240,163,3); }

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

background-color css

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

 a { background-color: rgb(240,163,3); }

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

border-color css

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

 span { border-color: rgb(240,163,3); }

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