Html Css Color HEX #FFD07C Salomie

📋 copy color: '#FFD07C'

red 255 ◦ green 208 ◦ blue 124

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

Shades of Salomie #FFD07C

Tints of Salomie #FFD07C

RGB

 RED value IS 255 (100% from 255) = 43.44%

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

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

R = 43.44%
G = 35.43%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFD07C (or 0xFFD07C) is known color: Salomie. HEX triplet: FF, D0 and 7C. RGB value is (255,208,124). Sum of RGB (Red+Green+Blue) = 255+208+124=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 124 (48.83% from 255 or 21.12% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD07C is #002F83. Grayscale: #D4D4D4. Windows color (decimal): -12164 or 8179967. OLE color: 8179967.

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

Color convert

RGB 255 208 124 -
CMYK 0 0.18 0.51 0
HSL 38.47º 1% 0.74% -
HSV(B) 38.47º 0.51% 1% -
XYZ 67.43 67.83 28.61 -
YUV 212.48 78.07 158.33 -
System Red Green Blue C M Y K H S L
Decimal 255 208 124 0 0.18 0.51 0 38.47 1 0.74
Hex FF D0 7C 0 12 33 0 26 64 4A
Octal 377 320 174 0 22 63 0 46 144 112
Binary 11111111 11010000 1111100 0 10010 110011 0 100110 1100100 1001010

Color Harmonies of #FFD07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD07C

Black with #FFD07C

Text Example


Text Example

White with #FFD07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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