Html Css Color HEX #F88A4D Crusta

📋 copy color: '#F88A4D'

red 248 ◦ green 138 ◦ blue 77

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

Shades of Crusta #F88A4D

Tints of Crusta #F88A4D

RGB

 RED value IS 248 (97.27% from 255) = 53.56%

 GREEN value IS 138 (54.3% from 255) = 29.81%

 BLUE value IS 77 (30.47% from 255) = 16.63%

R = 53.56%
G = 29.81%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F88A4D (or 0xF88A4D) is known color: Crusta. HEX triplet: F8, 8A and 4D. RGB value is (248,138,77). Sum of RGB (Red+Green+Blue) = 248+138+77=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88A4D is #0775B2. Grayscale: #A4A4A4. Windows color (decimal): -488883 or 5081848. OLE color: 5081848.

HSL color Cylindrical-coordinate representation of color #F88A4D: hue angle of 21.4º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F88A4D is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 138 77 -
CMYK 0 0.44 0.69 0.03
HSL 21.4º 0.92% 0.64% -
HSV(B) 21.4º 0.69% 0.97% -
XYZ 49.14 38.67 11.9 -
YUV 163.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 248 138 77 0 0.44 0.69 0.03 21.4 0.92 0.64
Hex F8 8A 4D 0 2C 45 3 15 5C 40
Octal 370 212 115 0 54 105 3 25 134 100
Binary 11111000 10001010 1001101 0 101100 1000101 11 10101 1011100 1000000

Color Harmonies of #F88A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88A4D

Black with #F88A4D

Text Example


Text Example

White with #F88A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88A4D; }

 p { color: rgb(248,138,77); }

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

background-color css

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

 a { background-color: rgb(248,138,77); }

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

border-color css

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

 span { border-color: rgb(248,138,77); }

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