Html Css Color HEX #F0602B Outrageous Orange

📋 copy color: '#F0602B'

red 240 ◦ green 96 ◦ blue 43

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

Shades of Outrageous Orange #F0602B

Tints of Outrageous Orange #F0602B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.33%

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

R = 63.32%
G = 25.33%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0602B (or 0xF0602B) is known color: Outrageous Orange. HEX triplet: F0, 60 and 2B. RGB value is (240,96,43). Sum of RGB (Red+Green+Blue) = 240+96+43=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F0602B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0602B is #0F9FD4. Grayscale: #858585. Windows color (decimal): -1023957 or 2842864. OLE color: 2842864.

HSL color Cylindrical-coordinate representation of color #F0602B: hue angle of 16.14º 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 #F0602B is Cyan = 0, Magento = 0.6, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 96 43 -
CMYK 0 0.6 0.82 0.06
HSL 16.14º 0.87% 0.55% -
HSV(B) 16.14º 0.82% 0.94% -
XYZ 40.55 27.07 5.37 -
YUV 133.01 77.21 204.31 -
System Red Green Blue C M Y K H S L
Decimal 240 96 43 0 0.6 0.82 0.06 16.14 0.87 0.55
Hex F0 60 2B 0 3C 52 6 10 57 37
Octal 360 140 53 0 74 122 6 20 127 67
Binary 11110000 1100000 101011 0 111100 1010010 110 10000 1010111 110111

Color Harmonies of #F0602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0602B

Black with #F0602B

Text Example


Text Example

White with #F0602B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0602B; }

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

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

background-color css

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

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

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

border-color css

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

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

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