Html Css Color HEX #FEDB75 Salomie

📋 copy color: '#FEDB75'

red 254 ◦ green 219 ◦ blue 117

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

Shades of Salomie #FEDB75

Tints of Salomie #FEDB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.12%

 BLUE value IS 117 (46.09% from 255) = 19.83%

R = 43.05%
G = 37.12%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEDB75 (or 0xFEDB75) is known color: Salomie. HEX triplet: FE, DB and 75. RGB value is (254,219,117). Sum of RGB (Red+Green+Blue) = 254+219+117=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB75 is #01248A. Grayscale: #DADADA. Windows color (decimal): -74891 or 7724030. OLE color: 7724030.

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

Color convert

RGB 254 219 117 -
CMYK 0 0.14 0.54 0.00
HSL 44.67º 0.99% 0.73% -
HSV(B) 44.67º 0.54% 1% -
XYZ 69.42 73.02 27.26 -
YUV 217.84 71.1 153.79 -
System Red Green Blue C M Y K H S L
Decimal 254 219 117 0 0.14 0.54 0.00 44.67 0.99 0.73
Hex FE DB 75 0 E 36 0 2D 63 49
Octal 376 333 165 0 16 66 0 55 143 111
Binary 11111110 11011011 1110101 0 1110 110110 0 101101 1100011 1001001

Color Harmonies of #FEDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB75

Black with #FEDB75

Text Example


Text Example

White with #FEDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB75; }

 p { color: rgb(254,219,117); }

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

background-color css

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

 a { background-color: rgb(254,219,117); }

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

border-color css

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

 span { border-color: rgb(254,219,117); }

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