Html Css Color HEX #F3C570 Grandis

📋 copy color: '#F3C570'

red 243 ◦ green 197 ◦ blue 112

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

Shades of Grandis #F3C570

Tints of Grandis #F3C570

RGB

 RED value IS 243 (95.31% from 255) = 44.02%

 GREEN value IS 197 (77.34% from 255) = 35.69%

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

R = 44.02%
G = 35.69%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F3C570 (or 0xF3C570) is known color: Grandis. HEX triplet: F3, C5 and 70. RGB value is (243,197,112). Sum of RGB (Red+Green+Blue) = 243+197+112=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C570 is #0C3A8F. Grayscale: #C9C9C9. Windows color (decimal): -801424 or 7390707. OLE color: 7390707.

HSL color Cylindrical-coordinate representation of color #F3C570: hue angle of 38.93º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3C570 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 197 112 -
CMYK 0 0.19 0.54 0.05
HSL 38.93º 0.85% 0.7% -
HSV(B) 38.93º 0.54% 0.95% -
XYZ 59.85 60.16 23.79 -
YUV 201.06 77.74 157.91 -
System Red Green Blue C M Y K H S L
Decimal 243 197 112 0 0.19 0.54 0.05 38.93 0.85 0.7
Hex F3 C5 70 0 13 36 5 27 55 46
Octal 363 305 160 0 23 66 5 47 125 106
Binary 11110011 11000101 1110000 0 10011 110110 101 100111 1010101 1000110

Color Harmonies of #F3C570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C570

Black with #F3C570

Text Example


Text Example

White with #F3C570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C570; }

 p { color: rgb(243,197,112); }

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

background-color css

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

 a { background-color: rgb(243,197,112); }

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

border-color css

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

 span { border-color: rgb(243,197,112); }

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