Html Css Color HEX #F28149 Crusta

📋 copy color: '#F28149'

red 242 ◦ green 129 ◦ blue 73

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

Shades of Crusta #F28149

Tints of Crusta #F28149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.44%

R = 54.5%
G = 29.05%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F28149 (or 0xF28149) is known color: Crusta. HEX triplet: F2, 81 and 49. RGB value is (242,129,73). Sum of RGB (Red+Green+Blue) = 242+129+73=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F28149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28149 is #0D7EB6. Grayscale: #9C9C9C. Windows color (decimal): -884407 or 4817394. OLE color: 4817394.

HSL color Cylindrical-coordinate representation of color #F28149: hue angle of 19.88º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F28149 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 129 73 -
CMYK 0 0.47 0.70 0.05
HSL 19.88º 0.87% 0.62% -
HSV(B) 19.88º 0.7% 0.95% -
XYZ 45.67 35.06 10.66 -
YUV 156.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 242 129 73 0 0.47 0.70 0.05 19.88 0.87 0.62
Hex F2 81 49 0 2F 46 5 14 57 3E
Octal 362 201 111 0 57 106 5 24 127 76
Binary 11110010 10000001 1001001 0 101111 1000110 101 10100 1010111 111110

Color Harmonies of #F28149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28149

Black with #F28149

Text Example


Text Example

White with #F28149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28149; }

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

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

background-color css

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

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

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

border-color css

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

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

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