Html Css Color HEX #F28237 West Side

📋 copy color: '#F28237'

red 242 ◦ green 130 ◦ blue 55

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

Shades of West Side #F28237

Tints of West Side #F28237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.88%

R = 56.67%
G = 30.44%
B = 12.88%

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

#F28237 (or 0xF28237) is known color: West Side. HEX triplet: F2, 82 and 37. RGB value is (242,130,55). Sum of RGB (Red+Green+Blue) = 242+130+55=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F28237 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28237 is #0D7DC8. Grayscale: #9B9B9B. Windows color (decimal): -884169 or 3638002. OLE color: 3638002.

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

Color convert

RGB 242 130 55 -
CMYK 0 0.46 0.77 0.05
HSL 24.06º 0.88% 0.58% -
HSV(B) 24.06º 0.77% 0.95% -
XYZ 45.29 35.12 8.01 -
YUV 154.94 71.61 190.1 -
System Red Green Blue C M Y K H S L
Decimal 242 130 55 0 0.46 0.77 0.05 24.06 0.88 0.58
Hex F2 82 37 0 2E 4D 5 18 58 3A
Octal 362 202 67 0 56 115 5 30 130 72
Binary 11110010 10000010 110111 0 101110 1001101 101 11000 1011000 111010

Color Harmonies of #F28237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28237

Black with #F28237

Text Example


Text Example

White with #F28237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28237; }

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

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

background-color css

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

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

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

border-color css

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

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

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