Html Css Color HEX #F97A00 Tangerine

📋 copy color: '#F97A00'

red 249 ◦ green 122 ◦ blue 0

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

Shades of Tangerine #F97A00

Tints of Tangerine #F97A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.88%

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

R = 67.12%
G = 32.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F97A00 (or 0xF97A00) is known color: Tangerine. HEX triplet: F9, 7A and 00. RGB value is (249,122,0). Sum of RGB (Red+Green+Blue) = 249+122+0=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97A00 is #0685FF. Grayscale: #929292. Windows color (decimal): -427520 or 31481. OLE color: 31481.

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

Color convert

RGB 249 122 0 -
CMYK 0 0.51 1 0.02
HSL 29.4º 1% 0.49% -
HSV(B) 29.4º 1% 0.98% -
XYZ 46.03 34.06 4.15 -
YUV 146.07 45.58 201.42 -
System Red Green Blue C M Y K H S L
Decimal 249 122 0 0 0.51 1 0.02 29.4 1 0.49
Hex F9 7A 0 0 33 64 2 1D 64 31
Octal 371 172 0 0 63 144 2 35 144 61
Binary 11111001 1111010 0 0 110011 1100100 10 11101 1100100 110001

Color Harmonies of #F97A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97A00

Black with #F97A00

Text Example


Text Example

White with #F97A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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