Html Css Color HEX #FE945B Atomic Tangerine

📋 copy color: '#FE945B'

red 254 ◦ green 148 ◦ blue 91

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

Shades of Atomic Tangerine #FE945B

Tints of Atomic Tangerine #FE945B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

 BLUE value IS 91 (35.94% from 255) = 18.46%

R = 51.52%
G = 30.02%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FE945B (or 0xFE945B) is known color: Atomic Tangerine. HEX triplet: FE, 94 and 5B. RGB value is (254,148,91). Sum of RGB (Red+Green+Blue) = 254+148+91=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE945B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE945B is #016BA4. Grayscale: #ADADAD. Windows color (decimal): -93093 or 6001918. OLE color: 6001918.

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

Color convert

RGB 254 148 91 -
CMYK 0 0.42 0.64 0.00
HSL 20.98º 0.99% 0.68% -
HSV(B) 20.98º 0.64% 1% -
XYZ 53.35 43.01 15.39 -
YUV 173.2 81.62 185.63 -
System Red Green Blue C M Y K H S L
Decimal 254 148 91 0 0.42 0.64 0.00 20.98 0.99 0.68
Hex FE 94 5B 0 2A 40 0 15 63 44
Octal 376 224 133 0 52 100 0 25 143 104
Binary 11111110 10010100 1011011 0 101010 1000000 0 10101 1100011 1000100

Color Harmonies of #FE945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE945B

Black with #FE945B

Text Example


Text Example

White with #FE945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE945B; }

 p { color: rgb(254,148,91); }

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

background-color css

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

 a { background-color: rgb(254,148,91); }

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

border-color css

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

 span { border-color: rgb(254,148,91); }

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