Html Css Color HEX #F97F0B Tangerine

📋 copy color: '#F97F0B'

red 249 ◦ green 127 ◦ blue 11

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

Shades of Tangerine #F97F0B

Tints of Tangerine #F97F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.84%

R = 64.34%
G = 32.82%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F97F0B (or 0xF97F0B) is known color: Tangerine. HEX triplet: F9, 7F and 0B. RGB value is (249,127,11). Sum of RGB (Red+Green+Blue) = 249+127+11=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F97F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97F0B is #0680F4. Grayscale: #969696. Windows color (decimal): -426229 or 753657. OLE color: 753657.

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

Color convert

RGB 249 127 11 -
CMYK 0 0.49 0.96 0.02
HSL 29.24º 0.95% 0.51% -
HSV(B) 29.24º 0.96% 0.98% -
XYZ 46.72 35.34 4.68 -
YUV 150.25 49.42 198.43 -
System Red Green Blue C M Y K H S L
Decimal 249 127 11 0 0.49 0.96 0.02 29.24 0.95 0.51
Hex F9 7F B 0 31 60 2 1D 5F 33
Octal 371 177 13 0 61 140 2 35 137 63
Binary 11111001 1111111 1011 0 110001 1100000 10 11101 1011111 110011

Color Harmonies of #F97F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97F0B

Black with #F97F0B

Text Example


Text Example

White with #F97F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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