Html Css Color HEX #FAD58F Caramel

📋 copy color: '#FAD58F'

red 250 ◦ green 213 ◦ blue 143

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

Shades of Caramel #FAD58F

Tints of Caramel #FAD58F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.15%

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

R = 41.25%
G = 35.15%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAD58F (or 0xFAD58F) is known color: Caramel. HEX triplet: FA, D5 and 8F. RGB value is (250,213,143). Sum of RGB (Red+Green+Blue) = 250+213+143=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 143 (56.25% from 255 or 23.60% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD58F is #052A70. Grayscale: #D8D8D8. Windows color (decimal): -338545 or 9426426. OLE color: 9426426.

HSL color Cylindrical-coordinate representation of color #FAD58F: hue angle of 39.25º 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 #FAD58F is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 213 143 -
CMYK 0 0.15 0.43 0.02
HSL 39.25º 0.91% 0.77% -
HSV(B) 39.25º 0.43% 0.98% -
XYZ 68.18 69.9 35.88 -
YUV 216.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 250 213 143 0 0.15 0.43 0.02 39.25 0.91 0.77
Hex FA D5 8F 0 F 2B 2 27 5B 4D
Octal 372 325 217 0 17 53 2 47 133 115
Binary 11111010 11010101 10001111 0 1111 101011 10 100111 1011011 1001101

Color Harmonies of #FAD58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD58F

Black with #FAD58F

Text Example


Text Example

White with #FAD58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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