Html Css Color HEX #FCCF90 Caramel

📋 copy color: '#FCCF90'

red 252 ◦ green 207 ◦ blue 144

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

Shades of Caramel #FCCF90

Tints of Caramel #FCCF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.88%

R = 41.79%
G = 34.33%
B = 23.88%

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

#FCCF90 (or 0xFCCF90) is known color: Caramel. HEX triplet: FC, CF and 90. RGB value is (252,207,144). Sum of RGB (Red+Green+Blue) = 252+207+144=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 144 (56.64% from 255 or 23.88% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF90 is #03306F. Grayscale: #D5D5D5. Windows color (decimal): -209008 or 9490428. OLE color: 9490428.

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

Color convert

RGB 252 207 144 -
CMYK 0 0.18 0.43 0.01
HSL 35º 0.95% 0.78% -
HSV(B) 35º 0.43% 0.99% -
XYZ 67.49 67.33 35.83 -
YUV 213.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 252 207 144 0 0.18 0.43 0.01 35 0.95 0.78
Hex FC CF 90 0 12 2B 1 23 5F 4E
Octal 374 317 220 0 22 53 1 43 137 116
Binary 11111100 11001111 10010000 0 10010 101011 1 100011 1011111 1001110

Color Harmonies of #FCCF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF90

Black with #FCCF90

Text Example


Text Example

White with #FCCF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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