Html Css Color HEX #FCCF8F Caramel

📋 copy color: '#FCCF8F'

red 252 ◦ green 207 ◦ blue 143

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

Shades of Caramel #FCCF8F

Tints of Caramel #FCCF8F

RGB

 RED value IS 252 (98.83% from 255) = 41.86%

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

 BLUE value IS 143 (56.25% from 255) = 23.75%

R = 41.86%
G = 34.39%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCCF8F (or 0xFCCF8F) is known color: Caramel. HEX triplet: FC, CF and 8F. RGB value is (252,207,143). Sum of RGB (Red+Green+Blue) = 252+207+143=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 143 (56.25% from 255 or 23.75% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF8F is #033070. Grayscale: #D5D5D5. Windows color (decimal): -209009 or 9424892. OLE color: 9424892.

HSL color Cylindrical-coordinate representation of color #FCCF8F: hue angle of 35.23º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCCF8F is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 207 143 -
CMYK 0 0.18 0.43 0.01
HSL 35.23º 0.95% 0.77% -
HSV(B) 35.23º 0.43% 0.99% -
XYZ 67.42 67.3 35.42 -
YUV 213.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 252 207 143 0 0.18 0.43 0.01 35.23 0.95 0.77
Hex FC CF 8F 0 12 2B 1 23 5F 4D
Octal 374 317 217 0 22 53 1 43 137 115
Binary 11111100 11001111 10001111 0 10010 101011 1 100011 1011111 1001101

Color Harmonies of #FCCF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF8F

Black with #FCCF8F

Text Example


Text Example

White with #FCCF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF8F; }

 p { color: rgb(252,207,143); }

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

background-color css

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

 a { background-color: rgb(252,207,143); }

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

border-color css

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

 span { border-color: rgb(252,207,143); }

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