Html Css Color HEX #FE947A Vivid Tangerine

📋 copy color: '#FE947A'

red 254 ◦ green 148 ◦ blue 122

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

Shades of Vivid Tangerine #FE947A

Tints of Vivid Tangerine #FE947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.28%

R = 48.47%
G = 28.24%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE947A (or 0xFE947A) is known color: Vivid Tangerine. HEX triplet: FE, 94 and 7A. RGB value is (254,148,122). Sum of RGB (Red+Green+Blue) = 254+148+122=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE947A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE947A is #016B85. Grayscale: #B0B0B0. Windows color (decimal): -93062 or 8033534. OLE color: 8033534.

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

Color convert

RGB 254 148 122 -
CMYK 0 0.42 0.52 0.00
HSL 11.82º 0.99% 0.74% -
HSV(B) 11.82º 0.52% 1% -
XYZ 54.98 43.66 23.94 -
YUV 176.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 254 148 122 0 0.42 0.52 0.00 11.82 0.99 0.74
Hex FE 94 7A 0 2A 34 0 C 63 4A
Octal 376 224 172 0 52 64 0 14 143 112
Binary 11111110 10010100 1111010 0 101010 110100 0 1100 1100011 1001010

Color Harmonies of #FE947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE947A

Black with #FE947A

Text Example


Text Example

White with #FE947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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