Html Css Color HEX #F0A302 Orange

📋 copy color: '#F0A302'

red 240 ◦ green 163 ◦ blue 2

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

Shades of Orange #F0A302

Tints of Orange #F0A302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 59.26%
G = 40.25%
B = 0.49%

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

#F0A302 (or 0xF0A302) is known color: Orange. HEX triplet: F0, A3 and 02. RGB value is (240,163,2). Sum of RGB (Red+Green+Blue) = 240+163+2=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A302 is #0F5CFD. Grayscale: #A8A8A8. Windows color (decimal): -1006846 or 173040. OLE color: 173040.

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

Color convert

RGB 240 163 2 -
CMYK 0 0.32 0.99 0.06
HSL 40.59º 0.98% 0.47% -
HSV(B) 40.59º 0.99% 0.94% -
XYZ 49.04 44.72 6.11 -
YUV 167.67 34.51 179.59 -
System Red Green Blue C M Y K H S L
Decimal 240 163 2 0 0.32 0.99 0.06 40.59 0.98 0.47
Hex F0 A3 2 0 20 63 6 29 62 2F
Octal 360 243 2 0 40 143 6 51 142 57
Binary 11110000 10100011 10 0 100000 1100011 110 101001 1100010 101111

Color Harmonies of #F0A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A302

Black with #F0A302

Text Example


Text Example

White with #F0A302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A302; }

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

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

background-color css

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

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

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

border-color css

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

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

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