Html Css Color HEX #FF4A29 Red Orange

📋 copy color: '#FF4A29'

red 255 ◦ green 74 ◦ blue 41

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

Shades of Red Orange #FF4A29

Tints of Red Orange #FF4A29

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20%

 BLUE value IS 41 (16.41% from 255) = 11.08%

R = 68.92%
G = 20%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF4A29 (or 0xFF4A29) is known color: Red Orange. HEX triplet: FF, 4A and 29. RGB value is (255,74,41). Sum of RGB (Red+Green+Blue) = 255+74+41=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A29 is #00B5D6. Grayscale: #7C7C7C. Windows color (decimal): -46551 or 2706175. OLE color: 2706175.

HSL color Cylindrical-coordinate representation of color #FF4A29: hue angle of 9.25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF4A29 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 74 41 -
CMYK 0 0.71 0.84 0
HSL 9.25º 1% 0.58% -
HSV(B) 9.25º 0.84% 1% -
XYZ 44.09 26.32 4.85 -
YUV 124.36 80.97 221.18 -
System Red Green Blue C M Y K H S L
Decimal 255 74 41 0 0.71 0.84 0 9.25 1 0.58
Hex FF 4A 29 0 47 54 0 9 64 3A
Octal 377 112 51 0 107 124 0 11 144 72
Binary 11111111 1001010 101001 0 1000111 1010100 0 1001 1100100 111010

Color Harmonies of #FF4A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4A29

Black with #FF4A29

Text Example


Text Example

White with #FF4A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4A29; }

 p { color: rgb(255,74,41); }

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

background-color css

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

 a { background-color: rgb(255,74,41); }

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

border-color css

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

 span { border-color: rgb(255,74,41); }

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