Html Css Color HEX #F28A52 Crusta

📋 copy color: '#F28A52'

red 242 ◦ green 138 ◦ blue 82

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

Shades of Crusta #F28A52

Tints of Crusta #F28A52

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.87%

 BLUE value IS 82 (32.42% from 255) = 17.75%

R = 52.38%
G = 29.87%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F28A52 (or 0xF28A52) is known color: Crusta. HEX triplet: F2, 8A and 52. RGB value is (242,138,82). Sum of RGB (Red+Green+Blue) = 242+138+82=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28A52 is #0D75AD. Grayscale: #A3A3A3. Windows color (decimal): -882094 or 5409522. OLE color: 5409522.

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

Color convert

RGB 242 138 82 -
CMYK 0 0.43 0.66 0.05
HSL 21º 0.86% 0.64% -
HSV(B) 21º 0.66% 0.95% -
XYZ 47.23 37.66 12.76 -
YUV 162.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 242 138 82 0 0.43 0.66 0.05 21 0.86 0.64
Hex F2 8A 52 0 2B 42 5 15 56 40
Octal 362 212 122 0 53 102 5 25 126 100
Binary 11110010 10001010 1010010 0 101011 1000010 101 10101 1010110 1000000

Color Harmonies of #F28A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28A52

Black with #F28A52

Text Example


Text Example

White with #F28A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28A52; }

 p { color: rgb(242,138,82); }

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

background-color css

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

 a { background-color: rgb(242,138,82); }

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

border-color css

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

 span { border-color: rgb(242,138,82); }

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