Html Css Color HEX #F9810C Tangerine

📋 copy color: '#F9810C'

red 249 ◦ green 129 ◦ blue 12

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

Shades of Tangerine #F9810C

Tints of Tangerine #F9810C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.08%

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 63.85%
G = 33.08%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9810C (or 0xF9810C) is known color: Tangerine. HEX triplet: F9, 81 and 0C. RGB value is (249,129,12). Sum of RGB (Red+Green+Blue) = 249+129+12=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F9810C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9810C is #067EF3. Grayscale: #989898. Windows color (decimal): -425716 or 819705. OLE color: 819705.

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

Color convert

RGB 249 129 12 -
CMYK 0 0.48 0.95 0.02
HSL 29.62º 0.95% 0.51% -
HSV(B) 29.62º 0.95% 0.98% -
XYZ 46.98 35.87 4.79 -
YUV 151.54 49.26 197.51 -
System Red Green Blue C M Y K H S L
Decimal 249 129 12 0 0.48 0.95 0.02 29.62 0.95 0.51
Hex F9 81 C 0 30 5F 2 1E 5F 33
Octal 371 201 14 0 60 137 2 36 137 63
Binary 11111001 10000001 1100 0 110000 1011111 10 11110 1011111 110011

Color Harmonies of #F9810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9810C

Black with #F9810C

Text Example


Text Example

White with #F9810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9810C; }

 p { color: rgb(249,129,12); }

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

background-color css

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

 a { background-color: rgb(249,129,12); }

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

border-color css

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

 span { border-color: rgb(249,129,12); }

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