Html Css Color HEX #F84621 Red Orange

📋 copy color: '#F84621'

red 248 ◦ green 70 ◦ blue 33

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

Shades of Red Orange #F84621

Tints of Red Orange #F84621

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.94%

 BLUE value IS 33 (13.28% from 255) = 9.4%

R = 70.66%
G = 19.94%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F84621 (or 0xF84621) is known color: Red Orange. HEX triplet: F8, 46 and 21. RGB value is (248,70,33). Sum of RGB (Red+Green+Blue) = 248+70+33=351 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.66% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 248 - color contains mainly: red. Hex color #F84621 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84621 is #07B9DE. Grayscale: #777777. Windows color (decimal): -506335 or 2180856. OLE color: 2180856.

HSL color Cylindrical-coordinate representation of color #F84621: hue angle of 10.33º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F84621 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 70 33 -
CMYK 0 0.72 0.87 0.03
HSL 10.33º 0.94% 0.55% -
HSV(B) 10.33º 0.87% 0.97% -
XYZ 41.18 24.45 3.99 -
YUV 119 79.47 220.01 -
System Red Green Blue C M Y K H S L
Decimal 248 70 33 0 0.72 0.87 0.03 10.33 0.94 0.55
Hex F8 46 21 0 48 57 3 A 5E 37
Octal 370 106 41 0 110 127 3 12 136 67
Binary 11111000 1000110 100001 0 1001000 1010111 11 1010 1011110 110111

Color Harmonies of #F84621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84621

Black with #F84621

Text Example


Text Example

White with #F84621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84621; }

 p { color: rgb(248,70,33); }

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

background-color css

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

 a { background-color: rgb(248,70,33); }

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

border-color css

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

 span { border-color: rgb(248,70,33); }

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