Html Css Color HEX #FF4F2A Red Orange

📋 copy color: '#FF4F2A'

red 255 ◦ green 79 ◦ blue 42

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

Shades of Red Orange #FF4F2A

Tints of Red Orange #FF4F2A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.01%

 BLUE value IS 42 (16.8% from 255) = 11.17%

R = 67.82%
G = 21.01%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF4F2A (or 0xFF4F2A) is known color: Red Orange. HEX triplet: FF, 4F and 2A. RGB value is (255,79,42). Sum of RGB (Red+Green+Blue) = 255+79+42=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4F2A is #00B0D5. Grayscale: #7F7F7F. Windows color (decimal): -45270 or 2772991. OLE color: 2772991.

HSL color Cylindrical-coordinate representation of color #FF4F2A: hue angle of 10.42º 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 #FF4F2A is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 79 42 -
CMYK 0 0.69 0.84 0
HSL 10.42º 1% 0.58% -
HSV(B) 10.42º 0.84% 1% -
XYZ 44.45 27.02 5.06 -
YUV 127.41 79.81 219.01 -
System Red Green Blue C M Y K H S L
Decimal 255 79 42 0 0.69 0.84 0 10.42 1 0.58
Hex FF 4F 2A 0 45 54 0 A 64 3A
Octal 377 117 52 0 105 124 0 12 144 72
Binary 11111111 1001111 101010 0 1000101 1010100 0 1010 1100100 111010

Color Harmonies of #FF4F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4F2A

Black with #FF4F2A

Text Example


Text Example

White with #FF4F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4F2A; }

 p { color: rgb(255,79,42); }

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

background-color css

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

 a { background-color: rgb(255,79,42); }

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

border-color css

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

 span { border-color: rgb(255,79,42); }

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