Html Css Color HEX #F3CB74 Grandis

📋 copy color: '#F3CB74'

red 243 ◦ green 203 ◦ blue 116

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

Shades of Grandis #F3CB74

Tints of Grandis #F3CB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.64%

R = 43.24%
G = 36.12%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F3CB74 (or 0xF3CB74) is known color: Grandis. HEX triplet: F3, CB and 74. RGB value is (243,203,116). Sum of RGB (Red+Green+Blue) = 243+203+116=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CB74 is #0C348B. Grayscale: #CDCDCD. Windows color (decimal): -799884 or 7654387. OLE color: 7654387.

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

Color convert

RGB 243 203 116 -
CMYK 0 0.16 0.52 0.05
HSL 41.1º 0.84% 0.7% -
HSV(B) 41.1º 0.52% 0.95% -
XYZ 61.47 63.03 25.45 -
YUV 205.04 77.75 155.07 -
System Red Green Blue C M Y K H S L
Decimal 243 203 116 0 0.16 0.52 0.05 41.1 0.84 0.7
Hex F3 CB 74 0 10 34 5 29 54 46
Octal 363 313 164 0 20 64 5 51 124 106
Binary 11110011 11001011 1110100 0 10000 110100 101 101001 1010100 1000110

Color Harmonies of #F3CB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CB74

Black with #F3CB74

Text Example


Text Example

White with #F3CB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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