Html Css Color HEX #F8825A Crusta

📋 copy color: '#F8825A'

red 248 ◦ green 130 ◦ blue 90

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

Shades of Crusta #F8825A

Tints of Crusta #F8825A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.78%

 BLUE value IS 90 (35.55% from 255) = 19.23%

R = 52.99%
G = 27.78%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F8825A (or 0xF8825A) is known color: Crusta. HEX triplet: F8, 82 and 5A. RGB value is (248,130,90). Sum of RGB (Red+Green+Blue) = 248+130+90=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8825A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8825A is #077DA5. Grayscale: #A1A1A1. Windows color (decimal): -490918 or 5931768. OLE color: 5931768.

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

Color convert

RGB 248 130 90 -
CMYK 0 0.48 0.64 0.03
HSL 15.19º 0.92% 0.66% -
HSV(B) 15.19º 0.64% 0.97% -
XYZ 48.54 36.66 14.19 -
YUV 160.72 88.09 190.25 -
System Red Green Blue C M Y K H S L
Decimal 248 130 90 0 0.48 0.64 0.03 15.19 0.92 0.66
Hex F8 82 5A 0 30 40 3 F 5C 42
Octal 370 202 132 0 60 100 3 17 134 102
Binary 11111000 10000010 1011010 0 110000 1000000 11 1111 1011100 1000010

Color Harmonies of #F8825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8825A

Black with #F8825A

Text Example


Text Example

White with #F8825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8825A; }

 p { color: rgb(248,130,90); }

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

background-color css

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

 a { background-color: rgb(248,130,90); }

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

border-color css

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

 span { border-color: rgb(248,130,90); }

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