Html Css Color HEX #FECF75 Grandis

📋 copy color: '#FECF75'

red 254 ◦ green 207 ◦ blue 117

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

Shades of Grandis #FECF75

Tints of Grandis #FECF75

RGB

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

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

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

R = 43.94%
G = 35.81%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FECF75 (or 0xFECF75) is known color: Grandis. HEX triplet: FE, CF and 75. RGB value is (254,207,117). Sum of RGB (Red+Green+Blue) = 254+207+117=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF75 is #01308A. Grayscale: #D3D3D3. Windows color (decimal): -77963 or 7720958. OLE color: 7720958.

HSL color Cylindrical-coordinate representation of color #FECF75: hue angle of 39.42º 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 #FECF75 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 207 117 -
CMYK 0 0.19 0.54 0.00
HSL 39.42º 0.99% 0.73% -
HSV(B) 39.42º 0.54% 1% -
XYZ 66.4 66.98 26.26 -
YUV 210.79 75.07 158.82 -
System Red Green Blue C M Y K H S L
Decimal 254 207 117 0 0.19 0.54 0.00 39.42 0.99 0.73
Hex FE CF 75 0 13 36 0 27 63 49
Octal 376 317 165 0 23 66 0 47 143 111
Binary 11111110 11001111 1110101 0 10011 110110 0 100111 1100011 1001001

Color Harmonies of #FECF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF75

Black with #FECF75

Text Example


Text Example

White with #FECF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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