Html Css Color HEX #F28238 West Side

📋 copy color: '#F28238'

red 242 ◦ green 130 ◦ blue 56

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

Shades of West Side #F28238

Tints of West Side #F28238

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.37%

 BLUE value IS 56 (22.27% from 255) = 13.08%

R = 56.54%
G = 30.37%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F28238 (or 0xF28238) is known color: West Side. HEX triplet: F2, 82 and 38. RGB value is (242,130,56). Sum of RGB (Red+Green+Blue) = 242+130+56=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F28238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28238 is #0D7DC7. Grayscale: #9B9B9B. Windows color (decimal): -884168 or 3703538. OLE color: 3703538.

HSL color Cylindrical-coordinate representation of color #F28238: hue angle of 23.87º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F28238 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 130 56 -
CMYK 0 0.46 0.77 0.05
HSL 23.87º 0.88% 0.58% -
HSV(B) 23.87º 0.77% 0.95% -
XYZ 45.31 35.13 8.13 -
YUV 155.05 72.11 190.02 -
System Red Green Blue C M Y K H S L
Decimal 242 130 56 0 0.46 0.77 0.05 23.87 0.88 0.58
Hex F2 82 38 0 2E 4D 5 18 58 3A
Octal 362 202 70 0 56 115 5 30 130 72
Binary 11110010 10000010 111000 0 101110 1001101 101 11000 1011000 111010

Color Harmonies of #F28238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28238

Black with #F28238

Text Example


Text Example

White with #F28238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28238; }

 p { color: rgb(242,130,56); }

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

background-color css

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

 a { background-color: rgb(242,130,56); }

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

border-color css

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

 span { border-color: rgb(242,130,56); }

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