Html Css Color HEX #F2603A Outrageous Orange

📋 copy color: '#F2603A'

red 242 ◦ green 96 ◦ blue 58

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

Shades of Outrageous Orange #F2603A

Tints of Outrageous Orange #F2603A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.65%

R = 61.11%
G = 24.24%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2603A (or 0xF2603A) is known color: Outrageous Orange. HEX triplet: F2, 60 and 3A. RGB value is (242,96,58). Sum of RGB (Red+Green+Blue) = 242+96+58=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F2603A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2603A is #0D9FC5. Grayscale: #878787. Windows color (decimal): -892870 or 3825906. OLE color: 3825906.

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

Color convert

RGB 242 96 58 -
CMYK 0 0.60 0.76 0.05
HSL 12.39º 0.88% 0.59% -
HSV(B) 12.39º 0.76% 0.95% -
XYZ 41.56 27.55 7.13 -
YUV 135.32 84.37 204.09 -
System Red Green Blue C M Y K H S L
Decimal 242 96 58 0 0.60 0.76 0.05 12.39 0.88 0.59
Hex F2 60 3A 0 3C 4C 5 C 58 3B
Octal 362 140 72 0 74 114 5 14 130 73
Binary 11110010 1100000 111010 0 111100 1001100 101 1100 1011000 111011

Color Harmonies of #F2603A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2603A

Black with #F2603A

Text Example


Text Example

White with #F2603A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2603A; }

 p { color: rgb(242,96,58); }

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

background-color css

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

 a { background-color: rgb(242,96,58); }

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

border-color css

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

 span { border-color: rgb(242,96,58); }

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