Html Css Color HEX #F0A802 Orange

📋 copy color: '#F0A802'

red 240 ◦ green 168 ◦ blue 2

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

Shades of Orange #F0A802

Tints of Orange #F0A802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.98%

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

R = 58.54%
G = 40.98%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F0A802 (or 0xF0A802) is known color: Orange. HEX triplet: F0, A8 and 02. RGB value is (240,168,2). Sum of RGB (Red+Green+Blue) = 240+168+2=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A802 is #0F57FD. Grayscale: #ABABAB. Windows color (decimal): -1005566 or 174320. OLE color: 174320.

HSL color Cylindrical-coordinate representation of color #F0A802: hue angle of 41.85º 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 #F0A802 is Cyan = 0, Magento = 0.3, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 168 2 -
CMYK 0 0.3 0.99 0.06
HSL 41.85º 0.98% 0.47% -
HSV(B) 41.85º 0.99% 0.94% -
XYZ 49.95 46.53 6.41 -
YUV 170.6 32.85 177.5 -
System Red Green Blue C M Y K H S L
Decimal 240 168 2 0 0.3 0.99 0.06 41.85 0.98 0.47
Hex F0 A8 2 0 1E 63 6 2A 62 2F
Octal 360 250 2 0 36 143 6 52 142 57
Binary 11110000 10101000 10 0 11110 1100011 110 101010 1100010 101111

Color Harmonies of #F0A802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A802

Black with #F0A802

Text Example


Text Example

White with #F0A802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A802; }

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

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

background-color css

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

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

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

border-color css

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

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

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