Html Css Color HEX #F65335 Outrageous Orange

📋 copy color: '#F65335'

red 246 ◦ green 83 ◦ blue 53

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

Shades of Outrageous Orange #F65335

Tints of Outrageous Orange #F65335

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.73%

 BLUE value IS 53 (21.09% from 255) = 13.87%

R = 64.4%
G = 21.73%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F65335 (or 0xF65335) is known color: Outrageous Orange. HEX triplet: F6, 53 and 35. RGB value is (246,83,53). Sum of RGB (Red+Green+Blue) = 246+83+53=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F65335 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65335 is #09ACCA. Grayscale: #808080. Windows color (decimal): -634059 or 3494902. OLE color: 3494902.

HSL color Cylindrical-coordinate representation of color #F65335: hue angle of 9.33º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F65335 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 83 53 -
CMYK 0 0.66 0.78 0.04
HSL 9.33º 0.91% 0.59% -
HSV(B) 9.33º 0.78% 0.96% -
XYZ 41.74 26.04 6.19 -
YUV 128.32 85.5 211.94 -
System Red Green Blue C M Y K H S L
Decimal 246 83 53 0 0.66 0.78 0.04 9.33 0.91 0.59
Hex F6 53 35 0 42 4E 4 9 5B 3B
Octal 366 123 65 0 102 116 4 11 133 73
Binary 11110110 1010011 110101 0 1000010 1001110 100 1001 1011011 111011

Color Harmonies of #F65335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65335

Black with #F65335

Text Example


Text Example

White with #F65335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65335; }

 p { color: rgb(246,83,53); }

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

background-color css

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

 a { background-color: rgb(246,83,53); }

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

border-color css

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

 span { border-color: rgb(246,83,53); }

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