Html Css Color HEX #F99483 Vivid Tangerine

📋 copy color: '#F99483'

red 249 ◦ green 148 ◦ blue 131

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

Shades of Vivid Tangerine #F99483

Tints of Vivid Tangerine #F99483

RGB

 RED value IS 249 (97.66% from 255) = 47.16%

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

 BLUE value IS 131 (51.56% from 255) = 24.81%

R = 47.16%
G = 28.03%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F99483 (or 0xF99483) is known color: Vivid Tangerine. HEX triplet: F9, 94 and 83. RGB value is (249,148,131). Sum of RGB (Red+Green+Blue) = 249+148+131=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F99483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99483 is #066B7C. Grayscale: #B0B0B0. Windows color (decimal): -420733 or 8623353. OLE color: 8623353.

HSL color Cylindrical-coordinate representation of color #F99483: hue angle of 8.64º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F99483 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 148 131 -
CMYK 0 0.41 0.47 0.02
HSL 8.64º 0.91% 0.75% -
HSV(B) 8.64º 0.47% 0.98% -
XYZ 53.75 42.96 26.93 -
YUV 176.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 249 148 131 0 0.41 0.47 0.02 8.64 0.91 0.75
Hex F9 94 83 0 29 2F 2 9 5B 4B
Octal 371 224 203 0 51 57 2 11 133 113
Binary 11111001 10010100 10000011 0 101001 101111 10 1001 1011011 1001011

Color Harmonies of #F99483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99483

Black with #F99483

Text Example


Text Example

White with #F99483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99483; }

 p { color: rgb(249,148,131); }

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

background-color css

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

 a { background-color: rgb(249,148,131); }

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

border-color css

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

 span { border-color: rgb(249,148,131); }

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