Html Css Color HEX #FDA67F Light Salmon

📋 copy color: '#FDA67F'

red 253 ◦ green 166 ◦ blue 127

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

Shades of Light Salmon #FDA67F

Tints of Light Salmon #FDA67F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.4%

 BLUE value IS 127 (50% from 255) = 23.26%

R = 46.34%
G = 30.4%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDA67F (or 0xFDA67F) is known color: Light Salmon. HEX triplet: FD, A6 and 7F. RGB value is (253,166,127). Sum of RGB (Red+Green+Blue) = 253+166+127=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA67F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA67F is #025980. Grayscale: #BBBBBB. Windows color (decimal): -153985 or 8365821. OLE color: 8365821.

HSL color Cylindrical-coordinate representation of color #FDA67F: hue angle of 18.57º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDA67F is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 166 127 -
CMYK 0 0.34 0.50 0.01
HSL 18.57º 0.97% 0.75% -
HSV(B) 18.57º 0.5% 0.99% -
XYZ 57.98 49.69 26.61 -
YUV 187.57 93.82 174.67 -
System Red Green Blue C M Y K H S L
Decimal 253 166 127 0 0.34 0.50 0.01 18.57 0.97 0.75
Hex FD A6 7F 0 22 32 1 13 61 4B
Octal 375 246 177 0 42 62 1 23 141 113
Binary 11111101 10100110 1111111 0 100010 110010 1 10011 1100001 1001011

Color Harmonies of #FDA67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA67F

Black with #FDA67F

Text Example


Text Example

White with #FDA67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA67F; }

 p { color: rgb(253,166,127); }

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

background-color css

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

 a { background-color: rgb(253,166,127); }

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

border-color css

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

 span { border-color: rgb(253,166,127); }

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