Html Css Color HEX #FEAF0A Dark Tangerine

📋 copy color: '#FEAF0A'

red 254 ◦ green 175 ◦ blue 10

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

Shades of Dark Tangerine #FEAF0A

Tints of Dark Tangerine #FEAF0A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.86%

 BLUE value IS 10 (4.3% from 255) = 2.28%

R = 57.86%
G = 39.86%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEAF0A (or 0xFEAF0A) is known color: Dark Tangerine. HEX triplet: FE, AF and 0A. RGB value is (254,175,10). Sum of RGB (Red+Green+Blue) = 254+175+10=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 10 (4.30% from 255 or 2.28% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAF0A is #0150F5. Grayscale: #B4B4B4. Windows color (decimal): -86262 or 700414. OLE color: 700414.

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

Color convert

RGB 254 175 10 -
CMYK 0 0.31 0.96 0.00
HSL 40.57º 0.99% 0.52% -
HSV(B) 40.57º 0.96% 1% -
XYZ 56.26 51.75 7.31 -
YUV 179.81 32.17 180.92 -
System Red Green Blue C M Y K H S L
Decimal 254 175 10 0 0.31 0.96 0.00 40.57 0.99 0.52
Hex FE AF A 0 1F 60 0 29 63 34
Octal 376 257 12 0 37 140 0 51 143 64
Binary 11111110 10101111 1010 0 11111 1100000 0 101001 1100011 110100

Color Harmonies of #FEAF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF0A

Black with #FEAF0A

Text Example


Text Example

White with #FEAF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF0A; }

 p { color: rgb(254,175,10); }

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

background-color css

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

 a { background-color: rgb(254,175,10); }

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

border-color css

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

 span { border-color: rgb(254,175,10); }

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