Html Css Color HEX #FDA77B Light Salmon

📋 copy color: '#FDA77B'

red 253 ◦ green 167 ◦ blue 123

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

Shades of Light Salmon #FDA77B

Tints of Light Salmon #FDA77B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.76%

 BLUE value IS 123 (48.44% from 255) = 22.65%

R = 46.59%
G = 30.76%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDA77B (or 0xFDA77B) is known color: Light Salmon. HEX triplet: FD, A7 and 7B. RGB value is (253,167,123). Sum of RGB (Red+Green+Blue) = 253+167+123=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA77B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA77B is #025884. Grayscale: #BBBBBB. Windows color (decimal): -153733 or 8103933. OLE color: 8103933.

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

Color convert

RGB 253 167 123 -
CMYK 0 0.34 0.51 0.01
HSL 20.31º 0.97% 0.74% -
HSV(B) 20.31º 0.51% 0.99% -
XYZ 57.9 49.95 25.33 -
YUV 187.7 91.49 174.58 -
System Red Green Blue C M Y K H S L
Decimal 253 167 123 0 0.34 0.51 0.01 20.31 0.97 0.74
Hex FD A7 7B 0 22 33 1 14 61 4A
Octal 375 247 173 0 42 63 1 24 141 112
Binary 11111101 10100111 1111011 0 100010 110011 1 10100 1100001 1001010

Color Harmonies of #FDA77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA77B

Black with #FDA77B

Text Example


Text Example

White with #FDA77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA77B; }

 p { color: rgb(253,167,123); }

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

background-color css

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

 a { background-color: rgb(253,167,123); }

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

border-color css

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

 span { border-color: rgb(253,167,123); }

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