Html Css Color HEX #F28367 Salmon

📋 copy color: '#F28367'

red 242 ◦ green 131 ◦ blue 103

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

Shades of Salmon #F28367

Tints of Salmon #F28367

RGB

 RED value IS 242 (94.92% from 255) = 50.84%

 GREEN value IS 131 (51.56% from 255) = 27.52%

 BLUE value IS 103 (40.63% from 255) = 21.64%

R = 50.84%
G = 27.52%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F28367 (or 0xF28367) is known color: Salmon. HEX triplet: F2, 83 and 67. RGB value is (242,131,103). Sum of RGB (Red+Green+Blue) = 242+131+103=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F28367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28367 is #0D7C98. Grayscale: #A1A1A1. Windows color (decimal): -883865 or 6783986. OLE color: 6783986.

HSL color Cylindrical-coordinate representation of color #F28367: hue angle of 12.09º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F28367 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 131 103 -
CMYK 0 0.46 0.57 0.05
HSL 12.09º 0.84% 0.68% -
HSV(B) 12.09º 0.57% 0.95% -
XYZ 47.18 36.09 17.31 -
YUV 161 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 242 131 103 0 0.46 0.57 0.05 12.09 0.84 0.68
Hex F2 83 67 0 2E 39 5 C 54 44
Octal 362 203 147 0 56 71 5 14 124 104
Binary 11110010 10000011 1100111 0 101110 111001 101 1100 1010100 1000100

Color Harmonies of #F28367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28367

Black with #F28367

Text Example


Text Example

White with #F28367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28367; }

 p { color: rgb(242,131,103); }

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

background-color css

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

 a { background-color: rgb(242,131,103); }

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

border-color css

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

 span { border-color: rgb(242,131,103); }

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