Html Css Color HEX #FE925E Atomic Tangerine

📋 copy color: '#FE925E'

red 254 ◦ green 146 ◦ blue 94

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

Shades of Atomic Tangerine #FE925E

Tints of Atomic Tangerine #FE925E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.55%

 BLUE value IS 94 (37.11% from 255) = 19.03%

R = 51.42%
G = 29.55%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE925E (or 0xFE925E) is known color: Atomic Tangerine. HEX triplet: FE, 92 and 5E. RGB value is (254,146,94). Sum of RGB (Red+Green+Blue) = 254+146+94=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE925E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE925E is #016DA1. Grayscale: #ACACAC. Windows color (decimal): -93602 or 6198014. OLE color: 6198014.

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

Color convert

RGB 254 146 94 -
CMYK 0 0.43 0.63 0.00
HSL 19.5º 0.99% 0.68% -
HSV(B) 19.5º 0.63% 1% -
XYZ 53.17 42.44 15.98 -
YUV 172.36 83.78 186.23 -
System Red Green Blue C M Y K H S L
Decimal 254 146 94 0 0.43 0.63 0.00 19.5 0.99 0.68
Hex FE 92 5E 0 2B 3F 0 14 63 44
Octal 376 222 136 0 53 77 0 24 143 104
Binary 11111110 10010010 1011110 0 101011 111111 0 10100 1100011 1000100

Color Harmonies of #FE925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE925E

Black with #FE925E

Text Example


Text Example

White with #FE925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE925E; }

 p { color: rgb(254,146,94); }

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

background-color css

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

 a { background-color: rgb(254,146,94); }

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

border-color css

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

 span { border-color: rgb(254,146,94); }

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