Html Css Color HEX #FE970F Dark Tangerine

📋 copy color: '#FE970F'

red 254 ◦ green 151 ◦ blue 15

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

Shades of Dark Tangerine #FE970F

Tints of Dark Tangerine #FE970F

RGB

 RED value IS 254 (99.61% from 255) = 60.48%

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

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

R = 60.48%
G = 35.95%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE970F (or 0xFE970F) is known color: Dark Tangerine. HEX triplet: FE, 97 and 0F. RGB value is (254,151,15). Sum of RGB (Red+Green+Blue) = 254+151+15=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE970F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE970F is #0168F0. Grayscale: #A6A6A6. Windows color (decimal): -92401 or 1021950. OLE color: 1021950.

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

Color convert

RGB 254 151 15 -
CMYK 0 0.41 0.94 0.00
HSL 34.14º 0.99% 0.53% -
HSV(B) 34.14º 0.94% 1% -
XYZ 52.03 43.24 6.06 -
YUV 166.29 42.62 190.56 -
System Red Green Blue C M Y K H S L
Decimal 254 151 15 0 0.41 0.94 0.00 34.14 0.99 0.53
Hex FE 97 F 0 29 5E 0 22 63 35
Octal 376 227 17 0 51 136 0 42 143 65
Binary 11111110 10010111 1111 0 101001 1011110 0 100010 1100011 110101

Color Harmonies of #FE970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE970F

Black with #FE970F

Text Example


Text Example

White with #FE970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE970F; }

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

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

background-color css

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

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

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

border-color css

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

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

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