Html Css Color HEX #F97D0B Tangerine

📋 copy color: '#F97D0B'

red 249 ◦ green 125 ◦ blue 11

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

Shades of Tangerine #F97D0B

Tints of Tangerine #F97D0B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.47%

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

R = 64.68%
G = 32.47%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F97D0B (or 0xF97D0B) is known color: Tangerine. HEX triplet: F9, 7D and 0B. RGB value is (249,125,11). Sum of RGB (Red+Green+Blue) = 249+125+11=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97D0B is #0682F4. Grayscale: #959595. Windows color (decimal): -426741 or 753145. OLE color: 753145.

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

Color convert

RGB 249 125 11 -
CMYK 0 0.50 0.96 0.02
HSL 28.74º 0.95% 0.51% -
HSV(B) 28.74º 0.96% 0.98% -
XYZ 46.46 34.83 4.59 -
YUV 149.08 50.08 199.27 -
System Red Green Blue C M Y K H S L
Decimal 249 125 11 0 0.50 0.96 0.02 28.74 0.95 0.51
Hex F9 7D B 0 32 60 2 1D 5F 33
Octal 371 175 13 0 62 140 2 35 137 63
Binary 11111001 1111101 1011 0 110010 1100000 10 11101 1011111 110011

Color Harmonies of #F97D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97D0B

Black with #F97D0B

Text Example


Text Example

White with #F97D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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