Html Css Color HEX #FEC265 Grandis

📋 copy color: '#FEC265'

red 254 ◦ green 194 ◦ blue 101

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

Shades of Grandis #FEC265

Tints of Grandis #FEC265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.34%

 BLUE value IS 101 (39.84% from 255) = 18.4%

R = 46.27%
G = 35.34%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEC265 (or 0xFEC265) is known color: Grandis. HEX triplet: FE, C2 and 65. RGB value is (254,194,101). Sum of RGB (Red+Green+Blue) = 254+194+101=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC265 is #013D9A. Grayscale: #C9C9C9. Windows color (decimal): -81307 or 6669054. OLE color: 6669054.

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

Color convert

RGB 254 194 101 -
CMYK 0 0.24 0.60 0.00
HSL 36.47º 0.99% 0.7% -
HSV(B) 36.47º 0.6% 1% -
XYZ 62.51 60.59 20.71 -
YUV 201.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 254 194 101 0 0.24 0.60 0.00 36.47 0.99 0.7
Hex FE C2 65 0 18 3C 0 24 63 46
Octal 376 302 145 0 30 74 0 44 143 106
Binary 11111110 11000010 1100101 0 11000 111100 0 100100 1100011 1000110

Color Harmonies of #FEC265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC265

Black with #FEC265

Text Example


Text Example

White with #FEC265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC265; }

 p { color: rgb(254,194,101); }

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

background-color css

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

 a { background-color: rgb(254,194,101); }

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

border-color css

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

 span { border-color: rgb(254,194,101); }

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