Html Css Color HEX #F9CE71 Grandis

📋 copy color: '#F9CE71'

red 249 ◦ green 206 ◦ blue 113

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

Shades of Grandis #F9CE71

Tints of Grandis #F9CE71

RGB

 RED value IS 249 (97.66% from 255) = 43.84%

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

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

R = 43.84%
G = 36.27%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9CE71 (or 0xF9CE71) is known color: Grandis. HEX triplet: F9, CE and 71. RGB value is (249,206,113). Sum of RGB (Red+Green+Blue) = 249+206+113=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 113 (44.53% from 255 or 19.89% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CE71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CE71 is #06318E. Grayscale: #D0D0D0. Windows color (decimal): -405903 or 7458553. OLE color: 7458553.

HSL color Cylindrical-coordinate representation of color #F9CE71: hue angle of 41.03º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9CE71 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 206 113 -
CMYK 0 0.17 0.55 0.02
HSL 41.03º 0.92% 0.71% -
HSV(B) 41.03º 0.55% 0.98% -
XYZ 64.12 65.47 24.88 -
YUV 208.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 249 206 113 0 0.17 0.55 0.02 41.03 0.92 0.71
Hex F9 CE 71 0 11 37 2 29 5C 47
Octal 371 316 161 0 21 67 2 51 134 107
Binary 11111001 11001110 1110001 0 10001 110111 10 101001 1011100 1000111

Color Harmonies of #F9CE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CE71

Black with #F9CE71

Text Example


Text Example

White with #F9CE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CE71; }

 p { color: rgb(249,206,113); }

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

background-color css

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

 a { background-color: rgb(249,206,113); }

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

border-color css

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

 span { border-color: rgb(249,206,113); }

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