Html Css Color HEX #F65521 Outrageous Orange

📋 copy color: '#F65521'

red 246 ◦ green 85 ◦ blue 33

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

Shades of Outrageous Orange #F65521

Tints of Outrageous Orange #F65521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.35%

 BLUE value IS 33 (13.28% from 255) = 9.07%

R = 67.58%
G = 23.35%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F65521 (or 0xF65521) is known color: Outrageous Orange. HEX triplet: F6, 55 and 21. RGB value is (246,85,33). Sum of RGB (Red+Green+Blue) = 246+85+33=364 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.58% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 246 - color contains mainly: red. Hex color #F65521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65521 is #09AADE. Grayscale: #7F7F7F. Windows color (decimal): -633567 or 2184694. OLE color: 2184694.

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

Color convert

RGB 246 85 33 -
CMYK 0 0.65 0.87 0.04
HSL 14.65º 0.92% 0.55% -
HSV(B) 14.65º 0.87% 0.96% -
XYZ 41.53 26.2 4.31 -
YUV 127.21 74.84 212.73 -
System Red Green Blue C M Y K H S L
Decimal 246 85 33 0 0.65 0.87 0.04 14.65 0.92 0.55
Hex F6 55 21 0 41 57 4 F 5C 37
Octal 366 125 41 0 101 127 4 17 134 67
Binary 11110110 1010101 100001 0 1000001 1010111 100 1111 1011100 110111

Color Harmonies of #F65521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65521

Black with #F65521

Text Example


Text Example

White with #F65521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65521; }

 p { color: rgb(246,85,33); }

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

background-color css

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

 a { background-color: rgb(246,85,33); }

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

border-color css

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

 span { border-color: rgb(246,85,33); }

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