Html Css Color HEX #F2653D Outrageous Orange

📋 copy color: '#F2653D'

red 242 ◦ green 101 ◦ blue 61

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

Shades of Outrageous Orange #F2653D

Tints of Outrageous Orange #F2653D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.1%

R = 59.9%
G = 25%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2653D (or 0xF2653D) is known color: Outrageous Orange. HEX triplet: F2, 65 and 3D. RGB value is (242,101,61). Sum of RGB (Red+Green+Blue) = 242+101+61=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2653D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2653D is #0D9AC2. Grayscale: #8A8A8A. Windows color (decimal): -891587 or 4023794. OLE color: 4023794.

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

Color convert

RGB 242 101 61 -
CMYK 0 0.58 0.75 0.05
HSL 13.26º 0.87% 0.59% -
HSV(B) 13.26º 0.75% 0.95% -
XYZ 42.11 28.52 7.7 -
YUV 138.6 84.21 201.75 -
System Red Green Blue C M Y K H S L
Decimal 242 101 61 0 0.58 0.75 0.05 13.26 0.87 0.59
Hex F2 65 3D 0 3A 4B 5 D 57 3B
Octal 362 145 75 0 72 113 5 15 127 73
Binary 11110010 1100101 111101 0 111010 1001011 101 1101 1010111 111011

Color Harmonies of #F2653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2653D

Black with #F2653D

Text Example


Text Example

White with #F2653D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2653D; }

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

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

background-color css

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

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

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

border-color css

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

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

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