Html Css Color HEX #F9820A Tangerine

📋 copy color: '#F9820A'

red 249 ◦ green 130 ◦ blue 10

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

Shades of Tangerine #F9820A

Tints of Tangerine #F9820A

RGB

 RED value IS 249 (97.66% from 255) = 64.01%

 GREEN value IS 130 (51.17% from 255) = 33.42%

 BLUE value IS 10 (4.3% from 255) = 2.57%

R = 64.01%
G = 33.42%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9820A (or 0xF9820A) is known color: Tangerine. HEX triplet: F9, 82 and 0A. RGB value is (249,130,10). Sum of RGB (Red+Green+Blue) = 249+130+10=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F9820A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9820A is #067DF5. Grayscale: #989898. Windows color (decimal): -425462 or 688889. OLE color: 688889.

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

Color convert

RGB 249 130 10 -
CMYK 0 0.48 0.96 0.02
HSL 30.13º 0.95% 0.51% -
HSV(B) 30.13º 0.96% 0.98% -
XYZ 47.1 36.13 4.78 -
YUV 151.9 47.92 197.26 -
System Red Green Blue C M Y K H S L
Decimal 249 130 10 0 0.48 0.96 0.02 30.13 0.95 0.51
Hex F9 82 A 0 30 60 2 1E 5F 33
Octal 371 202 12 0 60 140 2 36 137 63
Binary 11111001 10000010 1010 0 110000 1100000 10 11110 1011111 110011

Color Harmonies of #F9820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9820A

Black with #F9820A

Text Example


Text Example

White with #F9820A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9820A; }

 p { color: rgb(249,130,10); }

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

background-color css

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

 a { background-color: rgb(249,130,10); }

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

border-color css

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

 span { border-color: rgb(249,130,10); }

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