Html Css Color HEX #F28250 Crusta

📋 copy color: '#F28250'

red 242 ◦ green 130 ◦ blue 80

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

Shades of Crusta #F28250

Tints of Crusta #F28250

RGB

 RED value IS 242 (94.92% from 255) = 53.54%

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

 BLUE value IS 80 (31.64% from 255) = 17.7%

R = 53.54%
G = 28.76%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F28250 (or 0xF28250) is known color: Crusta. HEX triplet: F2, 82 and 50. RGB value is (242,130,80). Sum of RGB (Red+Green+Blue) = 242+130+80=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F28250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28250 is #0D7DAF. Grayscale: #9E9E9E. Windows color (decimal): -884144 or 5276402. OLE color: 5276402.

HSL color Cylindrical-coordinate representation of color #F28250: hue angle of 18.52º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F28250 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 130 80 -
CMYK 0 0.46 0.67 0.05
HSL 18.52º 0.86% 0.63% -
HSV(B) 18.52º 0.67% 0.95% -
XYZ 46.05 35.42 12 -
YUV 157.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 242 130 80 0 0.46 0.67 0.05 18.52 0.86 0.63
Hex F2 82 50 0 2E 43 5 13 56 3F
Octal 362 202 120 0 56 103 5 23 126 77
Binary 11110010 10000010 1010000 0 101110 1000011 101 10011 1010110 111111

Color Harmonies of #F28250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28250

Black with #F28250

Text Example


Text Example

White with #F28250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28250; }

 p { color: rgb(242,130,80); }

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

background-color css

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

 a { background-color: rgb(242,130,80); }

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

border-color css

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

 span { border-color: rgb(242,130,80); }

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