Html Css Color HEX #F28163 Crusta

📋 copy color: '#F28163'

red 242 ◦ green 129 ◦ blue 99

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

Shades of Crusta #F28163

Tints of Crusta #F28163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.45%

 BLUE value IS 99 (39.06% from 255) = 21.06%

R = 51.49%
G = 27.45%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F28163 (or 0xF28163) is known color: Crusta. HEX triplet: F2, 81 and 63. RGB value is (242,129,99). Sum of RGB (Red+Green+Blue) = 242+129+99=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F28163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28163 is #0D7E9C. Grayscale: #9F9F9F. Windows color (decimal): -884381 or 6521330. OLE color: 6521330.

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

Color convert

RGB 242 129 99 -
CMYK 0 0.47 0.59 0.05
HSL 12.59º 0.85% 0.67% -
HSV(B) 12.59º 0.59% 0.95% -
XYZ 46.72 35.48 16.19 -
YUV 159.37 93.94 186.94 -
System Red Green Blue C M Y K H S L
Decimal 242 129 99 0 0.47 0.59 0.05 12.59 0.85 0.67
Hex F2 81 63 0 2F 3B 5 D 55 43
Octal 362 201 143 0 57 73 5 15 125 103
Binary 11110010 10000001 1100011 0 101111 111011 101 1101 1010101 1000011

Color Harmonies of #F28163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28163

Black with #F28163

Text Example


Text Example

White with #F28163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28163; }

 p { color: rgb(242,129,99); }

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

background-color css

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

 a { background-color: rgb(242,129,99); }

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

border-color css

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

 span { border-color: rgb(242,129,99); }

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