Html Css Color HEX #FECF67 Grandis

📋 copy color: '#FECF67'

red 254 ◦ green 207 ◦ blue 103

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

Shades of Grandis #FECF67

Tints of Grandis #FECF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.26%

R = 45.04%
G = 36.7%
B = 18.26%

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

#FECF67 (or 0xFECF67) is known color: Grandis. HEX triplet: FE, CF and 67. RGB value is (254,207,103). Sum of RGB (Red+Green+Blue) = 254+207+103=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 103 (40.62% from 255 or 18.26% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF67 is #013098. Grayscale: #D1D1D1. Windows color (decimal): -77977 or 6803454. OLE color: 6803454.

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

Color convert

RGB 254 207 103 -
CMYK 0 0.19 0.59 0.00
HSL 41.32º 0.99% 0.7% -
HSV(B) 41.32º 0.59% 1% -
XYZ 65.63 66.68 22.24 -
YUV 209.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 254 207 103 0 0.19 0.59 0.00 41.32 0.99 0.7
Hex FE CF 67 0 13 3B 0 29 63 46
Octal 376 317 147 0 23 73 0 51 143 106
Binary 11111110 11001111 1100111 0 10011 111011 0 101001 1100011 1000110

Color Harmonies of #FECF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF67

Black with #FECF67

Text Example


Text Example

White with #FECF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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