Html Css Color HEX #F34025 Red Orange

📋 copy color: '#F34025'

red 243 ◦ green 64 ◦ blue 37

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

Shades of Red Orange #F34025

Tints of Red Orange #F34025

RGB

 RED value IS 243 (95.31% from 255) = 70.64%

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

 BLUE value IS 37 (14.84% from 255) = 10.76%

R = 70.64%
G = 18.6%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F34025 (or 0xF34025) is known color: Red Orange. HEX triplet: F3, 40 and 25. RGB value is (243,64,37). Sum of RGB (Red+Green+Blue) = 243+64+37=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F34025 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34025 is #0CBFDA. Grayscale: #727272. Windows color (decimal): -835547 or 2441459. OLE color: 2441459.

HSL color Cylindrical-coordinate representation of color #F34025: hue angle of 7.86º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F34025 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 64 37 -
CMYK 0 0.74 0.85 0.05
HSL 7.86º 0.9% 0.55% -
HSV(B) 7.86º 0.85% 0.95% -
XYZ 39.13 22.86 4.1 -
YUV 114.44 84.3 219.7 -
System Red Green Blue C M Y K H S L
Decimal 243 64 37 0 0.74 0.85 0.05 7.86 0.9 0.55
Hex F3 40 25 0 4A 55 5 8 5A 37
Octal 363 100 45 0 112 125 5 10 132 67
Binary 11110011 1000000 100101 0 1001010 1010101 101 1000 1011010 110111

Color Harmonies of #F34025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34025

Black with #F34025

Text Example


Text Example

White with #F34025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34025; }

 p { color: rgb(243,64,37); }

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

background-color css

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

 a { background-color: rgb(243,64,37); }

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

border-color css

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

 span { border-color: rgb(243,64,37); }

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