Html Css Color HEX #FECB71 Grandis

📋 copy color: '#FECB71'

red 254 ◦ green 203 ◦ blue 113

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

Shades of Grandis #FECB71

Tints of Grandis #FECB71

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.61%

 BLUE value IS 113 (44.53% from 255) = 19.82%

R = 44.56%
G = 35.61%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FECB71 (or 0xFECB71) is known color: Grandis. HEX triplet: FE, CB and 71. RGB value is (254,203,113). Sum of RGB (Red+Green+Blue) = 254+203+113=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB71 is #01348E. Grayscale: #D0D0D0. Windows color (decimal): -78991 or 7457790. OLE color: 7457790.

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

Color convert

RGB 254 203 113 -
CMYK 0 0.20 0.56 0.00
HSL 38.3º 0.99% 0.72% -
HSV(B) 38.3º 0.56% 1% -
XYZ 65.21 64.97 24.73 -
YUV 207.99 74.4 160.82 -
System Red Green Blue C M Y K H S L
Decimal 254 203 113 0 0.20 0.56 0.00 38.3 0.99 0.72
Hex FE CB 71 0 14 38 0 26 63 48
Octal 376 313 161 0 24 70 0 46 143 110
Binary 11111110 11001011 1110001 0 10100 111000 0 100110 1100011 1001000

Color Harmonies of #FECB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB71

Black with #FECB71

Text Example


Text Example

White with #FECB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB71; }

 p { color: rgb(254,203,113); }

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

background-color css

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

 a { background-color: rgb(254,203,113); }

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

border-color css

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

 span { border-color: rgb(254,203,113); }

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