Html Css Color HEX #FED07D Salomie

📋 copy color: '#FED07D'

red 254 ◦ green 208 ◦ blue 125

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

Shades of Salomie #FED07D

Tints of Salomie #FED07D

RGB

 RED value IS 254 (99.61% from 255) = 43.27%

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

 BLUE value IS 125 (49.22% from 255) = 21.29%

R = 43.27%
G = 35.43%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FED07D (or 0xFED07D) is known color: Salomie. HEX triplet: FE, D0 and 7D. RGB value is (254,208,125). Sum of RGB (Red+Green+Blue) = 254+208+125=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FED07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED07D is #012F82. Grayscale: #D4D4D4. Windows color (decimal): -77699 or 8245502. OLE color: 8245502.

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

Color convert

RGB 254 208 125 -
CMYK 0 0.18 0.51 0.00
HSL 38.6º 0.98% 0.74% -
HSV(B) 38.6º 0.51% 1% -
XYZ 67.13 67.66 28.92 -
YUV 212.29 78.74 157.75 -
System Red Green Blue C M Y K H S L
Decimal 254 208 125 0 0.18 0.51 0.00 38.6 0.98 0.74
Hex FE D0 7D 0 12 33 0 27 62 4A
Octal 376 320 175 0 22 63 0 47 142 112
Binary 11111110 11010000 1111101 0 10010 110011 0 100111 1100010 1001010

Color Harmonies of #FED07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED07D

Black with #FED07D

Text Example


Text Example

White with #FED07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED07D; }

 p { color: rgb(254,208,125); }

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

background-color css

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

 a { background-color: rgb(254,208,125); }

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

border-color css

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

 span { border-color: rgb(254,208,125); }

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