Html Css Color HEX #FECF73 Grandis

📋 copy color: '#FECF73'

red 254 ◦ green 207 ◦ blue 115

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

Shades of Grandis #FECF73

Tints of Grandis #FECF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.97%

R = 44.1%
G = 35.94%
B = 19.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FECF73 (or 0xFECF73) is known color: Grandis. HEX triplet: FE, CF and 73. RGB value is (254,207,115). Sum of RGB (Red+Green+Blue) = 254+207+115=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF73 is #01308C. Grayscale: #D2D2D2. Windows color (decimal): -77965 or 7589886. OLE color: 7589886.

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

Color convert

RGB 254 207 115 -
CMYK 0 0.19 0.55 0.00
HSL 39.71º 0.99% 0.72% -
HSV(B) 39.71º 0.55% 1% -
XYZ 66.28 66.93 25.65 -
YUV 210.57 74.07 158.98 -
System Red Green Blue C M Y K H S L
Decimal 254 207 115 0 0.19 0.55 0.00 39.71 0.99 0.72
Hex FE CF 73 0 13 37 0 28 63 48
Octal 376 317 163 0 23 67 0 50 143 110
Binary 11111110 11001111 1110011 0 10011 110111 0 101000 1100011 1001000

Color Harmonies of #FECF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF73

Black with #FECF73

Text Example


Text Example

White with #FECF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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