Html Css Color HEX #FE925A Atomic Tangerine

📋 copy color: '#FE925A'

red 254 ◦ green 146 ◦ blue 90

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

Shades of Atomic Tangerine #FE925A

Tints of Atomic Tangerine #FE925A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.37%

R = 51.84%
G = 29.8%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE925A (or 0xFE925A) is known color: Atomic Tangerine. HEX triplet: FE, 92 and 5A. RGB value is (254,146,90). Sum of RGB (Red+Green+Blue) = 254+146+90=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE925A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE925A is #016DA5. Grayscale: #ACACAC. Windows color (decimal): -93606 or 5935870. OLE color: 5935870.

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

Color convert

RGB 254 146 90 -
CMYK 0 0.43 0.65 0.00
HSL 20.49º 0.99% 0.67% -
HSV(B) 20.49º 0.65% 1% -
XYZ 53 42.37 15.06 -
YUV 171.91 81.78 186.55 -
System Red Green Blue C M Y K H S L
Decimal 254 146 90 0 0.43 0.65 0.00 20.49 0.99 0.67
Hex FE 92 5A 0 2B 41 0 14 63 43
Octal 376 222 132 0 53 101 0 24 143 103
Binary 11111110 10010010 1011010 0 101011 1000001 0 10100 1100011 1000011

Color Harmonies of #FE925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE925A

Black with #FE925A

Text Example


Text Example

White with #FE925A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE925A; }

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

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

background-color css

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

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

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

border-color css

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

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

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