Html Css Color HEX #F5CE72 Grandis

📋 copy color: '#F5CE72'

red 245 ◦ green 206 ◦ blue 114

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

Shades of Grandis #F5CE72

Tints of Grandis #F5CE72

RGB

 RED value IS 245 (96.09% from 255) = 43.36%

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

 BLUE value IS 114 (44.92% from 255) = 20.18%

R = 43.36%
G = 36.46%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F5CE72 (or 0xF5CE72) is known color: Grandis. HEX triplet: F5, CE and 72. RGB value is (245,206,114). Sum of RGB (Red+Green+Blue) = 245+206+114=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CE72 is #0A318D. Grayscale: #CFCFCF. Windows color (decimal): -668046 or 7524085. OLE color: 7524085.

HSL color Cylindrical-coordinate representation of color #F5CE72: hue angle of 42.14º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5CE72 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 206 114 -
CMYK 0 0.16 0.53 0.04
HSL 42.14º 0.87% 0.7% -
HSV(B) 42.14º 0.53% 0.96% -
XYZ 62.76 64.77 25.11 -
YUV 207.17 75.42 154.98 -
System Red Green Blue C M Y K H S L
Decimal 245 206 114 0 0.16 0.53 0.04 42.14 0.87 0.7
Hex F5 CE 72 0 10 35 4 2A 57 46
Octal 365 316 162 0 20 65 4 52 127 106
Binary 11110101 11001110 1110010 0 10000 110101 100 101010 1010111 1000110

Color Harmonies of #F5CE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CE72

Black with #F5CE72

Text Example


Text Example

White with #F5CE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CE72; }

 p { color: rgb(245,206,114); }

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

background-color css

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

 a { background-color: rgb(245,206,114); }

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

border-color css

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

 span { border-color: rgb(245,206,114); }

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