Html Css Color HEX #FAD498 Caramel

📋 copy color: '#FAD498'

red 250 ◦ green 212 ◦ blue 152

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

Shades of Caramel #FAD498

Tints of Caramel #FAD498

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.53%

 BLUE value IS 152 (59.77% from 255) = 24.76%

R = 40.72%
G = 34.53%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAD498 (or 0xFAD498) is known color: Caramel. HEX triplet: FA, D4 and 98. RGB value is (250,212,152). Sum of RGB (Red+Green+Blue) = 250+212+152=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 152 (59.77% from 255 or 24.76% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD498 is #052B67. Grayscale: #D8D8D8. Windows color (decimal): -338792 or 10015994. OLE color: 10015994.

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

Color convert

RGB 250 212 152 -
CMYK 0 0.15 0.39 0.02
HSL 36.73º 0.91% 0.79% -
HSV(B) 36.73º 0.39% 0.98% -
XYZ 68.64 69.68 39.54 -
YUV 216.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 250 212 152 0 0.15 0.39 0.02 36.73 0.91 0.79
Hex FA D4 98 0 F 27 2 25 5B 4F
Octal 372 324 230 0 17 47 2 45 133 117
Binary 11111010 11010100 10011000 0 1111 100111 10 100101 1011011 1001111

Color Harmonies of #FAD498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD498

Black with #FAD498

Text Example


Text Example

White with #FAD498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD498; }

 p { color: rgb(250,212,152); }

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

background-color css

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

 a { background-color: rgb(250,212,152); }

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

border-color css

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

 span { border-color: rgb(250,212,152); }

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