Html Css Color HEX #FECF7B Salomie

📋 copy color: '#FECF7B'

red 254 ◦ green 207 ◦ blue 123

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

Shades of Salomie #FECF7B

Tints of Salomie #FECF7B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.45%

 BLUE value IS 123 (48.44% from 255) = 21.06%

R = 43.49%
G = 35.45%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FECF7B (or 0xFECF7B) is known color: Salomie. HEX triplet: FE, CF and 7B. RGB value is (254,207,123). Sum of RGB (Red+Green+Blue) = 254+207+123=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 123 (48.44% from 255 or 21.06% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF7B is #013084. Grayscale: #D3D3D3. Windows color (decimal): -77957 or 8114174. OLE color: 8114174.

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

Color convert

RGB 254 207 123 -
CMYK 0 0.19 0.52 0.00
HSL 38.47º 0.98% 0.74% -
HSV(B) 38.47º 0.52% 1% -
XYZ 66.76 67.13 28.18 -
YUV 211.48 78.07 158.33 -
System Red Green Blue C M Y K H S L
Decimal 254 207 123 0 0.19 0.52 0.00 38.47 0.98 0.74
Hex FE CF 7B 0 13 34 0 26 62 4A
Octal 376 317 173 0 23 64 0 46 142 112
Binary 11111110 11001111 1111011 0 10011 110100 0 100110 1100010 1001010

Color Harmonies of #FECF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF7B

Black with #FECF7B

Text Example


Text Example

White with #FECF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF7B; }

 p { color: rgb(254,207,123); }

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

background-color css

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

 a { background-color: rgb(254,207,123); }

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

border-color css

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

 span { border-color: rgb(254,207,123); }

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