Html Css Color HEX #F45430 Outrageous Orange

📋 copy color: '#F45430'

red 244 ◦ green 84 ◦ blue 48

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

Shades of Outrageous Orange #F45430

Tints of Outrageous Orange #F45430

RGB

 RED value IS 244 (95.7% from 255) = 64.89%

 GREEN value IS 84 (33.2% from 255) = 22.34%

 BLUE value IS 48 (19.14% from 255) = 12.77%

R = 64.89%
G = 22.34%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F45430 (or 0xF45430) is known color: Outrageous Orange. HEX triplet: F4, 54 and 30. RGB value is (244,84,48). Sum of RGB (Red+Green+Blue) = 244+84+48=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F45430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45430 is #0BABCF. Grayscale: #808080. Windows color (decimal): -764880 or 3167476. OLE color: 3167476.

HSL color Cylindrical-coordinate representation of color #F45430: hue angle of 11.02º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F45430 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 84 48 -
CMYK 0 0.66 0.80 0.04
HSL 11.02º 0.9% 0.57% -
HSV(B) 11.02º 0.8% 0.96% -
XYZ 41.01 25.79 5.61 -
YUV 127.74 83.01 210.93 -
System Red Green Blue C M Y K H S L
Decimal 244 84 48 0 0.66 0.80 0.04 11.02 0.9 0.57
Hex F4 54 30 0 42 50 4 B 5A 39
Octal 364 124 60 0 102 120 4 13 132 71
Binary 11110100 1010100 110000 0 1000010 1010000 100 1011 1011010 111001

Color Harmonies of #F45430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45430

Black with #F45430

Text Example


Text Example

White with #F45430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45430; }

 p { color: rgb(244,84,48); }

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

background-color css

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

 a { background-color: rgb(244,84,48); }

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

border-color css

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

 span { border-color: rgb(244,84,48); }

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