Html Css Color HEX #FF970F Dark Tangerine

📋 copy color: '#FF970F'

red 255 ◦ green 151 ◦ blue 15

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

Shades of Dark Tangerine #FF970F

Tints of Dark Tangerine #FF970F

RGB

 RED value IS 255 (100% from 255) = 60.57%

 GREEN value IS 151 (59.38% from 255) = 35.87%

 BLUE value IS 15 (6.25% from 255) = 3.56%

R = 60.57%
G = 35.87%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF970F (or 0xFF970F) is known color: Dark Tangerine. HEX triplet: FF, 97 and 0F. RGB value is (255,151,15). Sum of RGB (Red+Green+Blue) = 255+151+15=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF970F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF970F is #0068F0. Grayscale: #A7A7A7. Windows color (decimal): -26865 or 1021951. OLE color: 1021951.

HSL color Cylindrical-coordinate representation of color #FF970F: hue angle of 34º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF970F is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 151 15 -
CMYK 0 0.41 0.94 0
HSL 34º 1% 0.53% -
HSV(B) 34º 0.94% 1% -
XYZ 52.39 43.43 6.07 -
YUV 166.59 42.46 191.06 -
System Red Green Blue C M Y K H S L
Decimal 255 151 15 0 0.41 0.94 0 34 1 0.53
Hex FF 97 F 0 29 5E 0 22 64 35
Octal 377 227 17 0 51 136 0 42 144 65
Binary 11111111 10010111 1111 0 101001 1011110 0 100010 1100100 110101

Color Harmonies of #FF970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF970F

Black with #FF970F

Text Example


Text Example

White with #FF970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF970F; }

 p { color: rgb(255,151,15); }

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

background-color css

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

 a { background-color: rgb(255,151,15); }

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

border-color css

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

 span { border-color: rgb(255,151,15); }

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