Html Css Color HEX #F5CB6D Grandis

📋 copy color: '#F5CB6D'

red 245 ◦ green 203 ◦ blue 109

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

Shades of Grandis #F5CB6D

Tints of Grandis #F5CB6D

RGB

 RED value IS 245 (96.09% from 255) = 43.99%

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

 BLUE value IS 109 (42.97% from 255) = 19.57%

R = 43.99%
G = 36.45%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5CB6D (or 0xF5CB6D) is known color: Grandis. HEX triplet: F5, CB and 6D. RGB value is (245,203,109). Sum of RGB (Red+Green+Blue) = 245+203+109=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CB6D is #0A3492. Grayscale: #CDCDCD. Windows color (decimal): -668819 or 7195637. OLE color: 7195637.

HSL color Cylindrical-coordinate representation of color #F5CB6D: hue angle of 41.47º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5CB6D is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 203 109 -
CMYK 0 0.17 0.56 0.04
HSL 41.47º 0.87% 0.69% -
HSV(B) 41.47º 0.56% 0.96% -
XYZ 61.77 63.23 23.42 -
YUV 204.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 245 203 109 0 0.17 0.56 0.04 41.47 0.87 0.69
Hex F5 CB 6D 0 11 38 4 29 57 45
Octal 365 313 155 0 21 70 4 51 127 105
Binary 11110101 11001011 1101101 0 10001 111000 100 101001 1010111 1000101

Color Harmonies of #F5CB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CB6D

Black with #F5CB6D

Text Example


Text Example

White with #F5CB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CB6D; }

 p { color: rgb(245,203,109); }

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

background-color css

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

 a { background-color: rgb(245,203,109); }

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

border-color css

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

 span { border-color: rgb(245,203,109); }

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