Html Css Color HEX #F65A1D Outrageous Orange

📋 copy color: '#F65A1D'

red 246 ◦ green 90 ◦ blue 29

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

Shades of Outrageous Orange #F65A1D

Tints of Outrageous Orange #F65A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.95%

R = 67.4%
G = 24.66%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F65A1D (or 0xF65A1D) is known color: Outrageous Orange. HEX triplet: F6, 5A and 1D. RGB value is (246,90,29). Sum of RGB (Red+Green+Blue) = 246+90+29=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65A1D is #09A5E2. Grayscale: #828282. Windows color (decimal): -632291 or 1923830. OLE color: 1923830.

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

Color convert

RGB 246 90 29 -
CMYK 0 0.63 0.88 0.04
HSL 16.87º 0.92% 0.54% -
HSV(B) 16.87º 0.88% 0.96% -
XYZ 41.88 26.99 4.17 -
YUV 129.69 71.18 210.96 -
System Red Green Blue C M Y K H S L
Decimal 246 90 29 0 0.63 0.88 0.04 16.87 0.92 0.54
Hex F6 5A 1D 0 3F 58 4 11 5C 36
Octal 366 132 35 0 77 130 4 21 134 66
Binary 11110110 1011010 11101 0 111111 1011000 100 10001 1011100 110110

Color Harmonies of #F65A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65A1D

Black with #F65A1D

Text Example


Text Example

White with #F65A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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