Html Css Color HEX #FECE7A Grandis

📋 copy color: '#FECE7A'

red 254 ◦ green 206 ◦ blue 122

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

Shades of Grandis #FECE7A

Tints of Grandis #FECE7A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.4%

 BLUE value IS 122 (48.05% from 255) = 20.96%

R = 43.64%
G = 35.4%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FECE7A (or 0xFECE7A) is known color: Grandis. HEX triplet: FE, CE and 7A. RGB value is (254,206,122). Sum of RGB (Red+Green+Blue) = 254+206+122=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE7A is #013185. Grayscale: #D3D3D3. Windows color (decimal): -78214 or 8048382. OLE color: 8048382.

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

Color convert

RGB 254 206 122 -
CMYK 0 0.19 0.52 0.00
HSL 38.18º 0.99% 0.74% -
HSV(B) 38.18º 0.52% 1% -
XYZ 66.46 66.62 27.77 -
YUV 210.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 254 206 122 0 0.19 0.52 0.00 38.18 0.99 0.74
Hex FE CE 7A 0 13 34 0 26 63 4A
Octal 376 316 172 0 23 64 0 46 143 112
Binary 11111110 11001110 1111010 0 10011 110100 0 100110 1100011 1001010

Color Harmonies of #FECE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE7A

Black with #FECE7A

Text Example


Text Example

White with #FECE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE7A; }

 p { color: rgb(254,206,122); }

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

background-color css

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

 a { background-color: rgb(254,206,122); }

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

border-color css

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

 span { border-color: rgb(254,206,122); }

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