Html Css Color HEX #FF4F2B Red Orange

📋 copy color: '#FF4F2B'

red 255 ◦ green 79 ◦ blue 43

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

Shades of Red Orange #FF4F2B

Tints of Red Orange #FF4F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.41%

R = 67.64%
G = 20.95%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF4F2B (or 0xFF4F2B) is known color: Red Orange. HEX triplet: FF, 4F and 2B. RGB value is (255,79,43). Sum of RGB (Red+Green+Blue) = 255+79+43=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4F2B is #00B0D4. Grayscale: #7F7F7F. Windows color (decimal): -45269 or 2838527. OLE color: 2838527.

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

Color convert

RGB 255 79 43 -
CMYK 0 0.69 0.83 0
HSL 10.19º 1% 0.58% -
HSV(B) 10.19º 0.83% 1% -
XYZ 44.47 27.03 5.16 -
YUV 127.52 80.31 218.93 -
System Red Green Blue C M Y K H S L
Decimal 255 79 43 0 0.69 0.83 0 10.19 1 0.58
Hex FF 4F 2B 0 45 53 0 A 64 3A
Octal 377 117 53 0 105 123 0 12 144 72
Binary 11111111 1001111 101011 0 1000101 1010011 0 1010 1100100 111010

Color Harmonies of #FF4F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4F2B

Black with #FF4F2B

Text Example


Text Example

White with #FF4F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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