Html Css Color HEX #F3CB73 Grandis

📋 copy color: '#F3CB73'

red 243 ◦ green 203 ◦ blue 115

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

Shades of Grandis #F3CB73

Tints of Grandis #F3CB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.5%

R = 43.32%
G = 36.19%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F3CB73 (or 0xF3CB73) is known color: Grandis. HEX triplet: F3, CB and 73. RGB value is (243,203,115). Sum of RGB (Red+Green+Blue) = 243+203+115=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CB73 is #0C348C. Grayscale: #CDCDCD. Windows color (decimal): -799885 or 7588851. OLE color: 7588851.

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

Color convert

RGB 243 203 115 -
CMYK 0 0.16 0.53 0.05
HSL 41.25º 0.84% 0.7% -
HSV(B) 41.25º 0.53% 0.95% -
XYZ 61.41 63 25.14 -
YUV 204.93 77.25 155.16 -
System Red Green Blue C M Y K H S L
Decimal 243 203 115 0 0.16 0.53 0.05 41.25 0.84 0.7
Hex F3 CB 73 0 10 35 5 29 54 46
Octal 363 313 163 0 20 65 5 51 124 106
Binary 11110011 11001011 1110011 0 10000 110101 101 101001 1010100 1000110

Color Harmonies of #F3CB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CB73

Black with #F3CB73

Text Example


Text Example

White with #F3CB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CB73; }

 p { color: rgb(243,203,115); }

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

background-color css

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

 a { background-color: rgb(243,203,115); }

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

border-color css

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

 span { border-color: rgb(243,203,115); }

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