Html Css Color HEX #F2653F Outrageous Orange

📋 copy color: '#F2653F'

red 242 ◦ green 101 ◦ blue 63

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

Shades of Outrageous Orange #F2653F

Tints of Outrageous Orange #F2653F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.88%

 BLUE value IS 63 (25% from 255) = 15.52%

R = 59.61%
G = 24.88%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2653F (or 0xF2653F) is known color: Outrageous Orange. HEX triplet: F2, 65 and 3F. RGB value is (242,101,63). Sum of RGB (Red+Green+Blue) = 242+101+63=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2653F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2653F is #0D9AC0. Grayscale: #8B8B8B. Windows color (decimal): -891585 or 4154866. OLE color: 4154866.

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

Color convert

RGB 242 101 63 -
CMYK 0 0.58 0.74 0.05
HSL 12.74º 0.87% 0.6% -
HSV(B) 12.74º 0.74% 0.95% -
XYZ 42.17 28.54 7.99 -
YUV 138.83 85.21 201.59 -
System Red Green Blue C M Y K H S L
Decimal 242 101 63 0 0.58 0.74 0.05 12.74 0.87 0.6
Hex F2 65 3F 0 3A 4A 5 D 57 3C
Octal 362 145 77 0 72 112 5 15 127 74
Binary 11110010 1100101 111111 0 111010 1001010 101 1101 1010111 111100

Color Harmonies of #F2653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2653F

Black with #F2653F

Text Example


Text Example

White with #F2653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2653F; }

 p { color: rgb(242,101,63); }

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

background-color css

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

 a { background-color: rgb(242,101,63); }

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

border-color css

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

 span { border-color: rgb(242,101,63); }

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