Html Css Color HEX #FD9074 Vivid Tangerine

📋 copy color: '#FD9074'

red 253 ◦ green 144 ◦ blue 116

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

Shades of Vivid Tangerine #FD9074

Tints of Vivid Tangerine #FD9074

RGB

 RED value IS 253 (99.22% from 255) = 49.32%

 GREEN value IS 144 (56.64% from 255) = 28.07%

 BLUE value IS 116 (45.7% from 255) = 22.61%

R = 49.32%
G = 28.07%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD9074 (or 0xFD9074) is known color: Vivid Tangerine. HEX triplet: FD, 90 and 74. RGB value is (253,144,116). Sum of RGB (Red+Green+Blue) = 253+144+116=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9074 is #026F8B. Grayscale: #ADADAD. Windows color (decimal): -159628 or 7639293. OLE color: 7639293.

HSL color Cylindrical-coordinate representation of color #FD9074: hue angle of 12.26º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD9074 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 144 116 -
CMYK 0 0.43 0.54 0.01
HSL 12.26º 0.97% 0.72% -
HSV(B) 12.26º 0.54% 0.99% -
XYZ 53.63 42.09 21.82 -
YUV 173.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 253 144 116 0 0.43 0.54 0.01 12.26 0.97 0.72
Hex FD 90 74 0 2B 36 1 C 61 48
Octal 375 220 164 0 53 66 1 14 141 110
Binary 11111101 10010000 1110100 0 101011 110110 1 1100 1100001 1001000

Color Harmonies of #FD9074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9074

Black with #FD9074

Text Example


Text Example

White with #FD9074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9074; }

 p { color: rgb(253,144,116); }

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

background-color css

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

 a { background-color: rgb(253,144,116); }

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

border-color css

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

 span { border-color: rgb(253,144,116); }

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