Html Css Color HEX #FDD77C Salomie

📋 copy color: '#FDD77C'

red 253 ◦ green 215 ◦ blue 124

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

Shades of Salomie #FDD77C

Tints of Salomie #FDD77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.32%

 BLUE value IS 124 (48.83% from 255) = 20.95%

R = 42.74%
G = 36.32%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDD77C (or 0xFDD77C) is known color: Salomie. HEX triplet: FD, D7 and 7C. RGB value is (253,215,124). Sum of RGB (Red+Green+Blue) = 253+215+124=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 124 (48.83% from 255 or 20.95% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD77C is #022883. Grayscale: #D8D8D8. Windows color (decimal): -141444 or 8181757. OLE color: 8181757.

HSL color Cylindrical-coordinate representation of color #FDD77C: hue angle of 42.33º 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 #FDD77C is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 215 124 -
CMYK 0 0.15 0.51 0.01
HSL 42.33º 0.97% 0.74% -
HSV(B) 42.33º 0.51% 0.99% -
XYZ 68.45 70.94 29.15 -
YUV 215.99 76.09 154.4 -
System Red Green Blue C M Y K H S L
Decimal 253 215 124 0 0.15 0.51 0.01 42.33 0.97 0.74
Hex FD D7 7C 0 F 33 1 2A 61 4A
Octal 375 327 174 0 17 63 1 52 141 112
Binary 11111101 11010111 1111100 0 1111 110011 1 101010 1100001 1001010

Color Harmonies of #FDD77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD77C

Black with #FDD77C

Text Example


Text Example

White with #FDD77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD77C; }

 p { color: rgb(253,215,124); }

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

background-color css

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

 a { background-color: rgb(253,215,124); }

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

border-color css

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

 span { border-color: rgb(253,215,124); }

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