Html Css Color HEX #FECF6C Grandis

📋 copy color: '#FECF6C'

red 254 ◦ green 207 ◦ blue 108

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

Shades of Grandis #FECF6C

Tints of Grandis #FECF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.98%

R = 44.64%
G = 36.38%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FECF6C (or 0xFECF6C) is known color: Grandis. HEX triplet: FE, CF and 6C. RGB value is (254,207,108). Sum of RGB (Red+Green+Blue) = 254+207+108=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 108 (42.58% from 255 or 18.98% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF6C is #013093. Grayscale: #D2D2D2. Windows color (decimal): -77972 or 7131134. OLE color: 7131134.

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

Color convert

RGB 254 207 108 -
CMYK 0 0.19 0.57 0.00
HSL 40.68º 0.99% 0.71% -
HSV(B) 40.68º 0.57% 1% -
XYZ 65.89 66.78 23.6 -
YUV 209.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 254 207 108 0 0.19 0.57 0.00 40.68 0.99 0.71
Hex FE CF 6C 0 13 39 0 29 63 47
Octal 376 317 154 0 23 71 0 51 143 107
Binary 11111110 11001111 1101100 0 10011 111001 0 101001 1100011 1000111

Color Harmonies of #FECF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF6C

Black with #FECF6C

Text Example


Text Example

White with #FECF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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