Html Css Color HEX #F5CF96 Caramel

📋 copy color: '#F5CF96'

red 245 ◦ green 207 ◦ blue 150

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

Shades of Caramel #F5CF96

Tints of Caramel #F5CF96

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.39%

 BLUE value IS 150 (58.98% from 255) = 24.92%

R = 40.7%
G = 34.39%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F5CF96 (or 0xF5CF96) is known color: Caramel. HEX triplet: F5, CF and 96. RGB value is (245,207,150). Sum of RGB (Red+Green+Blue) = 245+207+150=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CF96 is #0A3069. Grayscale: #D4D4D4. Windows color (decimal): -667754 or 9883637. OLE color: 9883637.

HSL color Cylindrical-coordinate representation of color #F5CF96: hue angle of 36º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5CF96 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 207 150 -
CMYK 0 0.16 0.39 0.04
HSL 36º 0.83% 0.77% -
HSV(B) 36º 0.39% 0.96% -
XYZ 65.47 66.24 38.19 -
YUV 211.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 245 207 150 0 0.16 0.39 0.04 36 0.83 0.77
Hex F5 CF 96 0 10 27 4 24 53 4D
Octal 365 317 226 0 20 47 4 44 123 115
Binary 11110101 11001111 10010110 0 10000 100111 100 100100 1010011 1001101

Color Harmonies of #F5CF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CF96

Black with #F5CF96

Text Example


Text Example

White with #F5CF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CF96; }

 p { color: rgb(245,207,150); }

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

background-color css

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

 a { background-color: rgb(245,207,150); }

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

border-color css

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

 span { border-color: rgb(245,207,150); }

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