Html Css Color HEX #FF4034 Red Orange

📋 copy color: '#FF4034'

red 255 ◦ green 64 ◦ blue 52

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

Shades of Red Orange #FF4034

Tints of Red Orange #FF4034

RGB

 RED value IS 255 (100% from 255) = 68.73%

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

 BLUE value IS 52 (20.7% from 255) = 14.02%

R = 68.73%
G = 17.25%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF4034 (or 0xFF4034) is known color: Red Orange. HEX triplet: FF, 40 and 34. RGB value is (255,64,52). Sum of RGB (Red+Green+Blue) = 255+64+52=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4034 is #00BFCB. Grayscale: #777777. Windows color (decimal): -49100 or 3424511. OLE color: 3424511.

HSL color Cylindrical-coordinate representation of color #FF4034: hue angle of 3.55º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF4034 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 64 52 -
CMYK 0 0.75 0.80 0
HSL 3.55º 1% 0.6% -
HSV(B) 3.55º 0.8% 1% -
XYZ 43.69 25.17 5.81 -
YUV 119.74 89.78 224.48 -
System Red Green Blue C M Y K H S L
Decimal 255 64 52 0 0.75 0.80 0 3.55 1 0.6
Hex FF 40 34 0 4B 50 0 4 64 3C
Octal 377 100 64 0 113 120 0 4 144 74
Binary 11111111 1000000 110100 0 1001011 1010000 0 100 1100100 111100

Color Harmonies of #FF4034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4034

Black with #FF4034

Text Example


Text Example

White with #FF4034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4034; }

 p { color: rgb(255,64,52); }

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

background-color css

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

 a { background-color: rgb(255,64,52); }

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

border-color css

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

 span { border-color: rgb(255,64,52); }

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