Html Css Color HEX #FECF69 Grandis

📋 copy color: '#FECF69'

red 254 ◦ green 207 ◦ blue 105

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

Shades of Grandis #FECF69

Tints of Grandis #FECF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.55%

R = 44.88%
G = 36.57%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FECF69 (or 0xFECF69) is known color: Grandis. HEX triplet: FE, CF and 69. RGB value is (254,207,105). Sum of RGB (Red+Green+Blue) = 254+207+105=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 105 (41.41% from 255 or 18.55% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF69 is #013096. Grayscale: #D1D1D1. Windows color (decimal): -77975 or 6934526. OLE color: 6934526.

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

Color convert

RGB 254 207 105 -
CMYK 0 0.19 0.59 0.00
HSL 41.07º 0.99% 0.7% -
HSV(B) 41.07º 0.59% 1% -
XYZ 65.74 66.72 22.78 -
YUV 209.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 254 207 105 0 0.19 0.59 0.00 41.07 0.99 0.7
Hex FE CF 69 0 13 3B 0 29 63 46
Octal 376 317 151 0 23 73 0 51 143 106
Binary 11111110 11001111 1101001 0 10011 111011 0 101001 1100011 1000110

Color Harmonies of #FECF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF69

Black with #FECF69

Text Example


Text Example

White with #FECF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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