Html Css Color HEX #F83605 Orange Red

📋 copy color: '#F83605'

red 248 ◦ green 54 ◦ blue 5

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

Shades of Orange Red #F83605

Tints of Orange Red #F83605

RGB

 RED value IS 248 (97.27% from 255) = 80.78%

 GREEN value IS 54 (21.48% from 255) = 17.59%

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 80.78%
G = 17.59%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F83605 (or 0xF83605) is known color: Orange Red. HEX triplet: F8, 36 and 05. RGB value is (248,54,5). Sum of RGB (Red+Green+Blue) = 248+54+5=307 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.78% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 248 - color contains mainly: red. Hex color #F83605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83605 is #07C9FA. Grayscale: #6A6A6A. Windows color (decimal): -510459 or 341752. OLE color: 341752.

HSL color Cylindrical-coordinate representation of color #F83605: hue angle of 12.1º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F83605 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 54 5 -
CMYK 0 0.78 0.98 0.03
HSL 12.1º 0.96% 0.5% -
HSV(B) 12.1º 0.98% 0.97% -
XYZ 40.06 22.61 2.4 -
YUV 106.42 70.77 228.98 -
System Red Green Blue C M Y K H S L
Decimal 248 54 5 0 0.78 0.98 0.03 12.1 0.96 0.5
Hex F8 36 5 0 4E 62 3 C 60 32
Octal 370 66 5 0 116 142 3 14 140 62
Binary 11111000 110110 101 0 1001110 1100010 11 1100 1100000 110010

Color Harmonies of #F83605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83605

Black with #F83605

Text Example


Text Example

White with #F83605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83605; }

 p { color: rgb(248,54,5); }

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

background-color css

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

 a { background-color: rgb(248,54,5); }

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

border-color css

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

 span { border-color: rgb(248,54,5); }

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