Html Css Color HEX #F0642B Outrageous Orange

📋 copy color: '#F0642B'

red 240 ◦ green 100 ◦ blue 43

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

Shades of Outrageous Orange #F0642B

Tints of Outrageous Orange #F0642B

RGB

 RED value IS 240 (94.14% from 255) = 62.66%

 GREEN value IS 100 (39.45% from 255) = 26.11%

 BLUE value IS 43 (17.19% from 255) = 11.23%

R = 62.66%
G = 26.11%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0642B (or 0xF0642B) is known color: Outrageous Orange. HEX triplet: F0, 64 and 2B. RGB value is (240,100,43). Sum of RGB (Red+Green+Blue) = 240+100+43=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0642B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0642B is #0F9BD4. Grayscale: #878787. Windows color (decimal): -1022933 or 2843888. OLE color: 2843888.

HSL color Cylindrical-coordinate representation of color #F0642B: hue angle of 17.36º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0642B is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 100 43 -
CMYK 0 0.58 0.82 0.06
HSL 17.36º 0.87% 0.55% -
HSV(B) 17.36º 0.82% 0.94% -
XYZ 40.93 27.81 5.5 -
YUV 135.36 75.88 202.63 -
System Red Green Blue C M Y K H S L
Decimal 240 100 43 0 0.58 0.82 0.06 17.36 0.87 0.55
Hex F0 64 2B 0 3A 52 6 11 57 37
Octal 360 144 53 0 72 122 6 21 127 67
Binary 11110000 1100100 101011 0 111010 1010010 110 10001 1010111 110111

Color Harmonies of #F0642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0642B

Black with #F0642B

Text Example


Text Example

White with #F0642B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0642B; }

 p { color: rgb(240,100,43); }

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

background-color css

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

 a { background-color: rgb(240,100,43); }

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

border-color css

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

 span { border-color: rgb(240,100,43); }

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