Html Css Color HEX #F06632 Outrageous Orange

📋 copy color: '#F06632'

red 240 ◦ green 102 ◦ blue 50

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

Shades of Outrageous Orange #F06632

Tints of Outrageous Orange #F06632

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.02%

 BLUE value IS 50 (19.92% from 255) = 12.76%

R = 61.22%
G = 26.02%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F06632 (or 0xF06632) is known color: Outrageous Orange. HEX triplet: F0, 66 and 32. RGB value is (240,102,50). Sum of RGB (Red+Green+Blue) = 240+102+50=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F06632 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06632 is #0F99CD. Grayscale: #898989. Windows color (decimal): -1022414 or 3303152. OLE color: 3303152.

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

Color convert

RGB 240 102 50 -
CMYK 0 0.58 0.79 0.06
HSL 16.42º 0.86% 0.57% -
HSV(B) 16.42º 0.79% 0.94% -
XYZ 41.26 28.26 6.3 -
YUV 137.33 78.72 201.23 -
System Red Green Blue C M Y K H S L
Decimal 240 102 50 0 0.58 0.79 0.06 16.42 0.86 0.57
Hex F0 66 32 0 3A 4F 6 10 56 39
Octal 360 146 62 0 72 117 6 20 126 71
Binary 11110000 1100110 110010 0 111010 1001111 110 10000 1010110 111001

Color Harmonies of #F06632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06632

Black with #F06632

Text Example


Text Example

White with #F06632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06632; }

 p { color: rgb(240,102,50); }

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

background-color css

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

 a { background-color: rgb(240,102,50); }

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

border-color css

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

 span { border-color: rgb(240,102,50); }

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