Html Css Color HEX #F06432 Outrageous Orange

📋 copy color: '#F06432'

red 240 ◦ green 100 ◦ blue 50

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

Shades of Outrageous Orange #F06432

Tints of Outrageous Orange #F06432

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.64%

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

R = 61.54%
G = 25.64%
B = 12.82%

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

#F06432 (or 0xF06432) is known color: Outrageous Orange. HEX triplet: F0, 64 and 32. RGB value is (240,100,50). Sum of RGB (Red+Green+Blue) = 240+100+50=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F06432 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06432 is #0F9BCD. Grayscale: #888888. Windows color (decimal): -1022926 or 3302640. OLE color: 3302640.

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

Color convert

RGB 240 100 50 -
CMYK 0 0.58 0.79 0.06
HSL 15.79º 0.86% 0.57% -
HSV(B) 15.79º 0.79% 0.94% -
XYZ 41.07 27.87 6.23 -
YUV 136.16 79.38 202.07 -
System Red Green Blue C M Y K H S L
Decimal 240 100 50 0 0.58 0.79 0.06 15.79 0.86 0.57
Hex F0 64 32 0 3A 4F 6 10 56 39
Octal 360 144 62 0 72 117 6 20 126 71
Binary 11110000 1100100 110010 0 111010 1001111 110 10000 1010110 111001

Color Harmonies of #F06432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06432

Black with #F06432

Text Example


Text Example

White with #F06432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06432; }

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

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

background-color css

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

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

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

border-color css

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

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

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