Html Css Color HEX #F65534 Outrageous Orange

📋 copy color: '#F65534'

red 246 ◦ green 85 ◦ blue 52

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

Shades of Outrageous Orange #F65534

Tints of Outrageous Orange #F65534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.58%

R = 64.23%
G = 22.19%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F65534 (or 0xF65534) is known color: Outrageous Orange. HEX triplet: F6, 55 and 34. RGB value is (246,85,52). Sum of RGB (Red+Green+Blue) = 246+85+52=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F65534 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65534 is #09AACB. Grayscale: #818181. Windows color (decimal): -633548 or 3429878. OLE color: 3429878.

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

Color convert

RGB 246 85 52 -
CMYK 0 0.65 0.79 0.04
HSL 10.21º 0.92% 0.58% -
HSV(B) 10.21º 0.79% 0.96% -
XYZ 41.87 26.34 6.13 -
YUV 129.38 84.34 211.18 -
System Red Green Blue C M Y K H S L
Decimal 246 85 52 0 0.65 0.79 0.04 10.21 0.92 0.58
Hex F6 55 34 0 41 4F 4 A 5C 3A
Octal 366 125 64 0 101 117 4 12 134 72
Binary 11110110 1010101 110100 0 1000001 1001111 100 1010 1011100 111010

Color Harmonies of #F65534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65534

Black with #F65534

Text Example


Text Example

White with #F65534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65534; }

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

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

background-color css

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

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

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

border-color css

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

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

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