Html Css Color HEX #FEA70B Dark Tangerine

📋 copy color: '#FEA70B'

red 254 ◦ green 167 ◦ blue 11

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

Shades of Dark Tangerine #FEA70B

Tints of Dark Tangerine #FEA70B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.66%

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

R = 58.8%
G = 38.66%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEA70B (or 0xFEA70B) is known color: Dark Tangerine. HEX triplet: FE, A7 and 0B. RGB value is (254,167,11). Sum of RGB (Red+Green+Blue) = 254+167+11=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA70B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA70B is #0158F4. Grayscale: #AFAFAF. Windows color (decimal): -88309 or 763902. OLE color: 763902.

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

Color convert

RGB 254 167 11 -
CMYK 0 0.34 0.96 0.00
HSL 38.52º 0.99% 0.52% -
HSV(B) 38.52º 0.96% 1% -
XYZ 54.75 48.73 6.84 -
YUV 175.23 35.32 184.18 -
System Red Green Blue C M Y K H S L
Decimal 254 167 11 0 0.34 0.96 0.00 38.52 0.99 0.52
Hex FE A7 B 0 22 60 0 27 63 34
Octal 376 247 13 0 42 140 0 47 143 64
Binary 11111110 10100111 1011 0 100010 1100000 0 100111 1100011 110100

Color Harmonies of #FEA70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA70B

Black with #FEA70B

Text Example


Text Example

White with #FEA70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA70B; }

 p { color: rgb(254,167,11); }

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

background-color css

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

 a { background-color: rgb(254,167,11); }

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

border-color css

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

 span { border-color: rgb(254,167,11); }

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