Html Css Color HEX #FED770 Salomie

📋 copy color: '#FED770'

red 254 ◦ green 215 ◦ blue 112

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

Shades of Salomie #FED770

Tints of Salomie #FED770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.28%

R = 43.72%
G = 37.01%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FED770 (or 0xFED770) is known color: Salomie. HEX triplet: FE, D7 and 70. RGB value is (254,215,112). Sum of RGB (Red+Green+Blue) = 254+215+112=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FED770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED770 is #01288F. Grayscale: #D7D7D7. Windows color (decimal): -75920 or 7395326. OLE color: 7395326.

HSL color Cylindrical-coordinate representation of color #FED770: hue angle of 43.52º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FED770 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 215 112 -
CMYK 0 0.15 0.56 0.00
HSL 43.52º 0.99% 0.72% -
HSV(B) 43.52º 0.56% 1% -
XYZ 68.1 70.84 25.41 -
YUV 214.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 254 215 112 0 0.15 0.56 0.00 43.52 0.99 0.72
Hex FE D7 70 0 F 38 0 2C 63 48
Octal 376 327 160 0 17 70 0 54 143 110
Binary 11111110 11010111 1110000 0 1111 111000 0 101100 1100011 1001000

Color Harmonies of #FED770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED770

Black with #FED770

Text Example


Text Example

White with #FED770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED770; }

 p { color: rgb(254,215,112); }

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

background-color css

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

 a { background-color: rgb(254,215,112); }

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

border-color css

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

 span { border-color: rgb(254,215,112); }

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