Html Css Color HEX #F97F0C Tangerine

📋 copy color: '#F97F0C'

red 249 ◦ green 127 ◦ blue 12

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

Shades of Tangerine #F97F0C

Tints of Tangerine #F97F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 32.73%

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

R = 64.18%
G = 32.73%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F97F0C (or 0xF97F0C) is known color: Tangerine. HEX triplet: F9, 7F and 0C. RGB value is (249,127,12). Sum of RGB (Red+Green+Blue) = 249+127+12=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F97F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97F0C is #0680F3. Grayscale: #969696. Windows color (decimal): -426228 or 819193. OLE color: 819193.

HSL color Cylindrical-coordinate representation of color #F97F0C: hue angle of 29.11º 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 #F97F0C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 127 12 -
CMYK 0 0.49 0.95 0.02
HSL 29.11º 0.95% 0.51% -
HSV(B) 29.11º 0.95% 0.98% -
XYZ 46.72 35.35 4.71 -
YUV 150.37 49.92 198.35 -
System Red Green Blue C M Y K H S L
Decimal 249 127 12 0 0.49 0.95 0.02 29.11 0.95 0.51
Hex F9 7F C 0 31 5F 2 1D 5F 33
Octal 371 177 14 0 61 137 2 35 137 63
Binary 11111001 1111111 1100 0 110001 1011111 10 11101 1011111 110011

Color Harmonies of #F97F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97F0C

Black with #F97F0C

Text Example


Text Example

White with #F97F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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