Html Css Color HEX #F28362 Crusta

📋 copy color: '#F28362'

red 242 ◦ green 131 ◦ blue 98

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

Shades of Crusta #F28362

Tints of Crusta #F28362

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.81%

 BLUE value IS 98 (38.67% from 255) = 20.81%

R = 51.38%
G = 27.81%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F28362 (or 0xF28362) is known color: Crusta. HEX triplet: F2, 83 and 62. RGB value is (242,131,98). Sum of RGB (Red+Green+Blue) = 242+131+98=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F28362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28362 is #0D7C9D. Grayscale: #A0A0A0. Windows color (decimal): -883870 or 6456306. OLE color: 6456306.

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

Color convert

RGB 242 131 98 -
CMYK 0 0.46 0.60 0.05
HSL 13.75º 0.85% 0.67% -
HSV(B) 13.75º 0.6% 0.95% -
XYZ 46.94 35.99 16.03 -
YUV 160.43 92.77 186.18 -
System Red Green Blue C M Y K H S L
Decimal 242 131 98 0 0.46 0.60 0.05 13.75 0.85 0.67
Hex F2 83 62 0 2E 3C 5 E 55 43
Octal 362 203 142 0 56 74 5 16 125 103
Binary 11110010 10000011 1100010 0 101110 111100 101 1110 1010101 1000011

Color Harmonies of #F28362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28362

Black with #F28362

Text Example


Text Example

White with #F28362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28362; }

 p { color: rgb(242,131,98); }

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

background-color css

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

 a { background-color: rgb(242,131,98); }

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

border-color css

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

 span { border-color: rgb(242,131,98); }

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