Html Css Color HEX #F65430 Outrageous Orange

📋 copy color: '#F65430'

red 246 ◦ green 84 ◦ blue 48

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

Shades of Outrageous Orange #F65430

Tints of Outrageous Orange #F65430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.22%

 BLUE value IS 48 (19.14% from 255) = 12.7%

R = 65.08%
G = 22.22%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F65430 (or 0xF65430) is known color: Outrageous Orange. HEX triplet: F6, 54 and 30. RGB value is (246,84,48). Sum of RGB (Red+Green+Blue) = 246+84+48=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F65430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65430 is #09ABCF. Grayscale: #808080. Windows color (decimal): -633808 or 3167478. OLE color: 3167478.

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

Color convert

RGB 246 84 48 -
CMYK 0 0.66 0.80 0.04
HSL 10.91º 0.92% 0.58% -
HSV(B) 10.91º 0.8% 0.96% -
XYZ 41.71 26.15 5.64 -
YUV 128.33 82.67 211.93 -
System Red Green Blue C M Y K H S L
Decimal 246 84 48 0 0.66 0.80 0.04 10.91 0.92 0.58
Hex F6 54 30 0 42 50 4 B 5C 3A
Octal 366 124 60 0 102 120 4 13 134 72
Binary 11110110 1010100 110000 0 1000010 1010000 100 1011 1011100 111010

Color Harmonies of #F65430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65430

Black with #F65430

Text Example


Text Example

White with #F65430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65430; }

 p { color: rgb(246,84,48); }

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

background-color css

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

 a { background-color: rgb(246,84,48); }

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

border-color css

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

 span { border-color: rgb(246,84,48); }

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