Html Css Color HEX #F28963 Crusta

📋 copy color: '#F28963'

red 242 ◦ green 137 ◦ blue 99

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

Shades of Crusta #F28963

Tints of Crusta #F28963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.66%

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

R = 50.63%
G = 28.66%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F28963 (or 0xF28963) is known color: Crusta. HEX triplet: F2, 89 and 63. RGB value is (242,137,99). Sum of RGB (Red+Green+Blue) = 242+137+99=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F28963 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28963 is #0D769C. Grayscale: #A4A4A4. Windows color (decimal): -882333 or 6523378. OLE color: 6523378.

HSL color Cylindrical-coordinate representation of color #F28963: hue angle of 15.94º 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 #F28963 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 137 99 -
CMYK 0 0.43 0.59 0.05
HSL 15.94º 0.85% 0.67% -
HSV(B) 15.94º 0.59% 0.95% -
XYZ 47.82 37.67 16.56 -
YUV 164.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 242 137 99 0 0.43 0.59 0.05 15.94 0.85 0.67
Hex F2 89 63 0 2B 3B 5 10 55 43
Octal 362 211 143 0 53 73 5 20 125 103
Binary 11110010 10001001 1100011 0 101011 111011 101 10000 1010101 1000011

Color Harmonies of #F28963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28963

Black with #F28963

Text Example


Text Example

White with #F28963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28963; }

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

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

background-color css

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

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

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

border-color css

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

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

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