Html Css Color HEX #FFD07E Salomie

📋 copy color: '#FFD07E'

red 255 ◦ green 208 ◦ blue 126

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

Shades of Salomie #FFD07E

Tints of Salomie #FFD07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.39%

R = 43.29%
G = 35.31%
B = 21.39%

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

#FFD07E (or 0xFFD07E) is known color: Salomie. HEX triplet: FF, D0 and 7E. RGB value is (255,208,126). Sum of RGB (Red+Green+Blue) = 255+208+126=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 126 (49.61% from 255 or 21.39% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD07E is #002F81. Grayscale: #D5D5D5. Windows color (decimal): -12162 or 8311039. OLE color: 8311039.

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

Color convert

RGB 255 208 126 -
CMYK 0 0.18 0.51 0
HSL 38.14º 1% 0.75% -
HSV(B) 38.14º 0.51% 1% -
XYZ 67.56 67.88 29.28 -
YUV 212.71 79.07 158.17 -
System Red Green Blue C M Y K H S L
Decimal 255 208 126 0 0.18 0.51 0 38.14 1 0.75
Hex FF D0 7E 0 12 33 0 26 64 4B
Octal 377 320 176 0 22 63 0 46 144 113
Binary 11111111 11010000 1111110 0 10010 110011 0 100110 1100100 1001011

Color Harmonies of #FFD07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD07E

Black with #FFD07E

Text Example


Text Example

White with #FFD07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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