Html Css Color HEX #F84003 Orange Red

📋 copy color: '#F84003'

red 248 ◦ green 64 ◦ blue 3

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

Shades of Orange Red #F84003

Tints of Orange Red #F84003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.32%

 BLUE value IS 3 (1.56% from 255) = 0.95%

R = 78.73%
G = 20.32%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F84003 (or 0xF84003) is known color: Orange Red. HEX triplet: F8, 40 and 03. RGB value is (248,64,3). Sum of RGB (Red+Green+Blue) = 248+64+3=315 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.73% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 248 - color contains mainly: red. Hex color #F84003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84003 is #07BFFC. Grayscale: #707070. Windows color (decimal): -507901 or 213240. OLE color: 213240.

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

Color convert

RGB 248 64 3 -
CMYK 0 0.74 0.99 0.03
HSL 14.94º 0.98% 0.49% -
HSV(B) 14.94º 0.99% 0.97% -
XYZ 40.56 23.63 2.51 -
YUV 112.06 66.46 224.96 -
System Red Green Blue C M Y K H S L
Decimal 248 64 3 0 0.74 0.99 0.03 14.94 0.98 0.49
Hex F8 40 3 0 4A 63 3 F 62 31
Octal 370 100 3 0 112 143 3 17 142 61
Binary 11111000 1000000 11 0 1001010 1100011 11 1111 1100010 110001

Color Harmonies of #F84003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84003

Black with #F84003

Text Example


Text Example

White with #F84003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84003; }

 p { color: rgb(248,64,3); }

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

background-color css

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

 a { background-color: rgb(248,64,3); }

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

border-color css

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

 span { border-color: rgb(248,64,3); }

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