Html Css Color HEX #F83505 Orange Red

📋 copy color: '#F83505'

red 248 ◦ green 53 ◦ blue 5

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

Shades of Orange Red #F83505

Tints of Orange Red #F83505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

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

R = 81.05%
G = 17.32%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F83505 (or 0xF83505) is known color: Orange Red. HEX triplet: F8, 35 and 05. RGB value is (248,53,5). Sum of RGB (Red+Green+Blue) = 248+53+5=306 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.05% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 248 - color contains mainly: red. Hex color #F83505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83505 is #07CAFA. Grayscale: #6A6A6A. Windows color (decimal): -510715 or 341496. OLE color: 341496.

HSL color Cylindrical-coordinate representation of color #F83505: hue angle of 11.85º 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 #F83505 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 53 5 -
CMYK 0 0.79 0.98 0.03
HSL 11.85º 0.96% 0.5% -
HSV(B) 11.85º 0.98% 0.97% -
XYZ 40.01 22.51 2.38 -
YUV 105.83 71.1 229.4 -
System Red Green Blue C M Y K H S L
Decimal 248 53 5 0 0.79 0.98 0.03 11.85 0.96 0.5
Hex F8 35 5 0 4F 62 3 C 60 32
Octal 370 65 5 0 117 142 3 14 140 62
Binary 11111000 110101 101 0 1001111 1100010 11 1100 1100000 110010

Color Harmonies of #F83505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83505

Black with #F83505

Text Example


Text Example

White with #F83505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83505; }

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

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

background-color css

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

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

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

border-color css

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

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

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