Html Css Color HEX #FEA30C Dark Tangerine

📋 copy color: '#FEA30C'

red 254 ◦ green 163 ◦ blue 12

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

Shades of Dark Tangerine #FEA30C

Tints of Dark Tangerine #FEA30C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38%

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 59.21%
G = 38%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEA30C (or 0xFEA30C) is known color: Dark Tangerine. HEX triplet: FE, A3 and 0C. RGB value is (254,163,12). Sum of RGB (Red+Green+Blue) = 254+163+12=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA30C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA30C is #015CF3. Grayscale: #ADADAD. Windows color (decimal): -89332 or 828414. OLE color: 828414.

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

Color convert

RGB 254 163 12 -
CMYK 0 0.36 0.95 0.00
HSL 37.44º 0.99% 0.52% -
HSV(B) 37.44º 0.95% 1% -
XYZ 54.04 47.29 6.63 -
YUV 173 37.15 185.78 -
System Red Green Blue C M Y K H S L
Decimal 254 163 12 0 0.36 0.95 0.00 37.44 0.99 0.52
Hex FE A3 C 0 24 5F 0 25 63 34
Octal 376 243 14 0 44 137 0 45 143 64
Binary 11111110 10100011 1100 0 100100 1011111 0 100101 1100011 110100

Color Harmonies of #FEA30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA30C

Black with #FEA30C

Text Example


Text Example

White with #FEA30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA30C; }

 p { color: rgb(254,163,12); }

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

background-color css

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

 a { background-color: rgb(254,163,12); }

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

border-color css

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

 span { border-color: rgb(254,163,12); }

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