Html Css Color HEX #FE985A Atomic Tangerine

📋 copy color: '#FE985A'

red 254 ◦ green 152 ◦ blue 90

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

Shades of Atomic Tangerine #FE985A

Tints of Atomic Tangerine #FE985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.65%

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

R = 51.21%
G = 30.65%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE985A (or 0xFE985A) is known color: Atomic Tangerine. HEX triplet: FE, 98 and 5A. RGB value is (254,152,90). Sum of RGB (Red+Green+Blue) = 254+152+90=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE985A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE985A is #0167A5. Grayscale: #AFAFAF. Windows color (decimal): -92070 or 5937406. OLE color: 5937406.

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

Color convert

RGB 254 152 90 -
CMYK 0 0.40 0.65 0.00
HSL 22.68º 0.99% 0.67% -
HSV(B) 22.68º 0.65% 1% -
XYZ 53.95 44.27 15.37 -
YUV 175.43 79.79 184.04 -
System Red Green Blue C M Y K H S L
Decimal 254 152 90 0 0.40 0.65 0.00 22.68 0.99 0.67
Hex FE 98 5A 0 28 41 0 17 63 43
Octal 376 230 132 0 50 101 0 27 143 103
Binary 11111110 10011000 1011010 0 101000 1000001 0 10111 1100011 1000011

Color Harmonies of #FE985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE985A

Black with #FE985A

Text Example


Text Example

White with #FE985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE985A; }

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

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

background-color css

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

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

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

border-color css

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

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

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