Html Css Color HEX #F65A1C Outrageous Orange

📋 copy color: '#F65A1C'

red 246 ◦ green 90 ◦ blue 28

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

Shades of Outrageous Orange #F65A1C

Tints of Outrageous Orange #F65A1C

RGB

 RED value IS 246 (96.48% from 255) = 67.58%

 GREEN value IS 90 (35.55% from 255) = 24.73%

 BLUE value IS 28 (11.33% from 255) = 7.69%

R = 67.58%
G = 24.73%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F65A1C (or 0xF65A1C) is known color: Outrageous Orange. HEX triplet: F6, 5A and 1C. RGB value is (246,90,28). Sum of RGB (Red+Green+Blue) = 246+90+28=364 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.58% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65A1C is #09A5E3. Grayscale: #818181. Windows color (decimal): -632292 or 1858294. OLE color: 1858294.

HSL color Cylindrical-coordinate representation of color #F65A1C: hue angle of 17.06º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F65A1C is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 90 28 -
CMYK 0 0.63 0.89 0.04
HSL 17.06º 0.92% 0.54% -
HSV(B) 17.06º 0.89% 0.96% -
XYZ 41.87 26.99 4.1 -
YUV 129.58 70.68 211.04 -
System Red Green Blue C M Y K H S L
Decimal 246 90 28 0 0.63 0.89 0.04 17.06 0.92 0.54
Hex F6 5A 1C 0 3F 59 4 11 5C 36
Octal 366 132 34 0 77 131 4 21 134 66
Binary 11110110 1011010 11100 0 111111 1011001 100 10001 1011100 110110

Color Harmonies of #F65A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65A1C

Black with #F65A1C

Text Example


Text Example

White with #F65A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65A1C; }

 p { color: rgb(246,90,28); }

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

background-color css

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

 a { background-color: rgb(246,90,28); }

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

border-color css

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

 span { border-color: rgb(246,90,28); }

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