Html Css Color HEX #F7CB70 Grandis

📋 copy color: '#F7CB70'

red 247 ◦ green 203 ◦ blue 112

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

Shades of Grandis #F7CB70

Tints of Grandis #F7CB70

RGB

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

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

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

R = 43.95%
G = 36.12%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7CB70 (or 0xF7CB70) is known color: Grandis. HEX triplet: F7, CB and 70. RGB value is (247,203,112). Sum of RGB (Red+Green+Blue) = 247+203+112=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CB70 is #08348F. Grayscale: #CECECE. Windows color (decimal): -537744 or 7392247. OLE color: 7392247.

HSL color Cylindrical-coordinate representation of color #F7CB70: hue angle of 40.44º 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 #F7CB70 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 203 112 -
CMYK 0 0.18 0.55 0.03
HSL 40.44º 0.89% 0.7% -
HSV(B) 40.44º 0.55% 0.97% -
XYZ 62.64 63.66 24.31 -
YUV 205.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 247 203 112 0 0.18 0.55 0.03 40.44 0.89 0.7
Hex F7 CB 70 0 12 37 3 28 59 46
Octal 367 313 160 0 22 67 3 50 131 106
Binary 11110111 11001011 1110000 0 10010 110111 11 101000 1011001 1000110

Color Harmonies of #F7CB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CB70

Black with #F7CB70

Text Example


Text Example

White with #F7CB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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