Html Css Color HEX #F97C00 Tangerine

📋 copy color: '#F97C00'

red 249 ◦ green 124 ◦ blue 0

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

Shades of Tangerine #F97C00

Tints of Tangerine #F97C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.76%
G = 33.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F97C00 (or 0xF97C00) is known color: Tangerine. HEX triplet: F9, 7C and 00. RGB value is (249,124,0). Sum of RGB (Red+Green+Blue) = 249+124+0=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97C00 is #0683FF. Grayscale: #939393. Windows color (decimal): -427008 or 31993. OLE color: 31993.

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

Color convert

RGB 249 124 0 -
CMYK 0 0.50 1 0.02
HSL 29.88º 1% 0.49% -
HSV(B) 29.88º 1% 0.98% -
XYZ 46.27 34.56 4.23 -
YUV 147.24 44.91 200.58 -
System Red Green Blue C M Y K H S L
Decimal 249 124 0 0 0.50 1 0.02 29.88 1 0.49
Hex F9 7C 0 0 32 64 2 1E 64 31
Octal 371 174 0 0 62 144 2 36 144 61
Binary 11111001 1111100 0 0 110010 1100100 10 11110 1100100 110001

Color Harmonies of #F97C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97C00

Black with #F97C00

Text Example


Text Example

White with #F97C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97C00; }

 p { color: rgb(249,124,0); }

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

background-color css

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

 a { background-color: rgb(249,124,0); }

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

border-color css

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

 span { border-color: rgb(249,124,0); }

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