Html Css Color HEX #FAD68F Caramel

📋 copy color: '#FAD68F'

red 250 ◦ green 214 ◦ blue 143

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

Shades of Caramel #FAD68F

Tints of Caramel #FAD68F

RGB

 RED value IS 250 (98.05% from 255) = 41.19%

 GREEN value IS 214 (83.98% from 255) = 35.26%

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

R = 41.19%
G = 35.26%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAD68F (or 0xFAD68F) is known color: Caramel. HEX triplet: FA, D6 and 8F. RGB value is (250,214,143). Sum of RGB (Red+Green+Blue) = 250+214+143=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 143 (56.25% from 255 or 23.56% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD68F is #052970. Grayscale: #D8D8D8. Windows color (decimal): -338289 or 9426682. OLE color: 9426682.

HSL color Cylindrical-coordinate representation of color #FAD68F: hue angle of 39.81º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FAD68F is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 214 143 -
CMYK 0 0.14 0.43 0.02
HSL 39.81º 0.91% 0.77% -
HSV(B) 39.81º 0.43% 0.98% -
XYZ 68.43 70.4 35.97 -
YUV 216.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 250 214 143 0 0.14 0.43 0.02 39.81 0.91 0.77
Hex FA D6 8F 0 E 2B 2 28 5B 4D
Octal 372 326 217 0 16 53 2 50 133 115
Binary 11111010 11010110 10001111 0 1110 101011 10 101000 1011011 1001101

Color Harmonies of #FAD68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD68F

Black with #FAD68F

Text Example


Text Example

White with #FAD68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD68F; }

 p { color: rgb(250,214,143); }

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

background-color css

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

 a { background-color: rgb(250,214,143); }

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

border-color css

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

 span { border-color: rgb(250,214,143); }

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