Html Css Color HEX #F5CB71 Grandis

📋 copy color: '#F5CB71'

red 245 ◦ green 203 ◦ blue 113

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

Shades of Grandis #F5CB71

Tints of Grandis #F5CB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.14%

R = 43.67%
G = 36.19%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F5CB71 (or 0xF5CB71) is known color: Grandis. HEX triplet: F5, CB and 71. RGB value is (245,203,113). Sum of RGB (Red+Green+Blue) = 245+203+113=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 113 (44.53% from 255 or 20.14% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CB71 is #0A348E. Grayscale: #CDCDCD. Windows color (decimal): -668815 or 7457781. OLE color: 7457781.

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

Color convert

RGB 245 203 113 -
CMYK 0 0.17 0.54 0.04
HSL 40.91º 0.87% 0.7% -
HSV(B) 40.91º 0.54% 0.96% -
XYZ 61.99 63.32 24.58 -
YUV 205.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 245 203 113 0 0.17 0.54 0.04 40.91 0.87 0.7
Hex F5 CB 71 0 11 36 4 29 57 46
Octal 365 313 161 0 21 66 4 51 127 106
Binary 11110101 11001011 1110001 0 10001 110110 100 101001 1010111 1000110

Color Harmonies of #F5CB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CB71

Black with #F5CB71

Text Example


Text Example

White with #F5CB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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