Html Css Color HEX #FED67F Salomie

📋 copy color: '#FED67F'

red 254 ◦ green 214 ◦ blue 127

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

Shades of Salomie #FED67F

Tints of Salomie #FED67F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.97%

 BLUE value IS 127 (50% from 255) = 21.34%

R = 42.69%
G = 35.97%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FED67F (or 0xFED67F) is known color: Salomie. HEX triplet: FE, D6 and 7F. RGB value is (254,214,127). Sum of RGB (Red+Green+Blue) = 254+214+127=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 127 (50% from 255 or 21.34% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FED67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED67F is #012980. Grayscale: #D8D8D8. Windows color (decimal): -76161 or 8378110. OLE color: 8378110.

HSL color Cylindrical-coordinate representation of color #FED67F: hue angle of 41.1º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FED67F is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 214 127 -
CMYK 0 0.16 0.50 0.00
HSL 41.1º 0.98% 0.75% -
HSV(B) 41.1º 0.5% 1% -
XYZ 68.75 70.7 30.1 -
YUV 216.04 77.75 155.07 -
System Red Green Blue C M Y K H S L
Decimal 254 214 127 0 0.16 0.50 0.00 41.1 0.98 0.75
Hex FE D6 7F 0 10 32 0 29 62 4B
Octal 376 326 177 0 20 62 0 51 142 113
Binary 11111110 11010110 1111111 0 10000 110010 0 101001 1100010 1001011

Color Harmonies of #FED67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED67F

Black with #FED67F

Text Example


Text Example

White with #FED67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED67F; }

 p { color: rgb(254,214,127); }

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

background-color css

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

 a { background-color: rgb(254,214,127); }

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

border-color css

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

 span { border-color: rgb(254,214,127); }

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