Html Css Color HEX #F7CE70 Grandis

📋 copy color: '#F7CE70'

red 247 ◦ green 206 ◦ blue 112

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

Shades of Grandis #F7CE70

Tints of Grandis #F7CE70

RGB

 RED value IS 247 (96.88% from 255) = 43.72%

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

 BLUE value IS 112 (44.14% from 255) = 19.82%

R = 43.72%
G = 36.46%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7CE70 (or 0xF7CE70) is known color: Grandis. HEX triplet: F7, CE and 70. RGB value is (247,206,112). Sum of RGB (Red+Green+Blue) = 247+206+112=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CE70 is #08318F. Grayscale: #CFCFCF. Windows color (decimal): -536976 or 7393015. OLE color: 7393015.

HSL color Cylindrical-coordinate representation of color #F7CE70: hue angle of 41.78º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7CE70 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 206 112 -
CMYK 0 0.17 0.55 0.03
HSL 41.78º 0.89% 0.7% -
HSV(B) 41.78º 0.55% 0.97% -
XYZ 63.35 65.09 24.55 -
YUV 207.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 247 206 112 0 0.17 0.55 0.03 41.78 0.89 0.7
Hex F7 CE 70 0 11 37 3 2A 59 46
Octal 367 316 160 0 21 67 3 52 131 106
Binary 11110111 11001110 1110000 0 10001 110111 11 101010 1011001 1000110

Color Harmonies of #F7CE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CE70

Black with #F7CE70

Text Example


Text Example

White with #F7CE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CE70; }

 p { color: rgb(247,206,112); }

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

background-color css

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

 a { background-color: rgb(247,206,112); }

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

border-color css

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

 span { border-color: rgb(247,206,112); }

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