Html Css Color HEX #FDD07C Salomie

📋 copy color: '#FDD07C'

red 253 ◦ green 208 ◦ blue 124

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

Shades of Salomie #FDD07C

Tints of Salomie #FDD07C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.56%

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

R = 43.25%
G = 35.56%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDD07C (or 0xFDD07C) is known color: Salomie. HEX triplet: FD, D0 and 7C. RGB value is (253,208,124). Sum of RGB (Red+Green+Blue) = 253+208+124=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 124 (48.83% from 255 or 21.20% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD07C is #022F83. Grayscale: #D4D4D4. Windows color (decimal): -143236 or 8179965. OLE color: 8179965.

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

Color convert

RGB 253 208 124 -
CMYK 0 0.18 0.51 0.01
HSL 39.07º 0.97% 0.74% -
HSV(B) 39.07º 0.51% 0.99% -
XYZ 66.7 67.45 28.57 -
YUV 211.88 78.41 157.33 -
System Red Green Blue C M Y K H S L
Decimal 253 208 124 0 0.18 0.51 0.01 39.07 0.97 0.74
Hex FD D0 7C 0 12 33 1 27 61 4A
Octal 375 320 174 0 22 63 1 47 141 112
Binary 11111101 11010000 1111100 0 10010 110011 1 100111 1100001 1001010

Color Harmonies of #FDD07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD07C

Black with #FDD07C

Text Example


Text Example

White with #FDD07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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