Html Css Color HEX #FF3F22 Red Orange

📋 copy color: '#FF3F22'

red 255 ◦ green 63 ◦ blue 34

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

Shades of Red Orange #FF3F22

Tints of Red Orange #FF3F22

RGB

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

 GREEN value IS 63 (25% from 255) = 17.9%

 BLUE value IS 34 (13.67% from 255) = 9.66%

R = 72.44%
G = 17.9%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF3F22 (or 0xFF3F22) is known color: Red Orange. HEX triplet: FF, 3F and 22. RGB value is (255,63,34). Sum of RGB (Red+Green+Blue) = 255+63+34=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F22 is #00C0DD. Grayscale: #757575. Windows color (decimal): -49374 or 2244607. OLE color: 2244607.

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

Color convert

RGB 255 63 34 -
CMYK 0 0.75 0.87 0
HSL 7.87º 1% 0.57% -
HSV(B) 7.87º 0.87% 1% -
XYZ 43.31 24.93 4.04 -
YUV 117.1 81.11 226.36 -
System Red Green Blue C M Y K H S L
Decimal 255 63 34 0 0.75 0.87 0 7.87 1 0.57
Hex FF 3F 22 0 4B 57 0 8 64 39
Octal 377 77 42 0 113 127 0 10 144 71
Binary 11111111 111111 100010 0 1001011 1010111 0 1000 1100100 111001

Color Harmonies of #FF3F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3F22

Black with #FF3F22

Text Example


Text Example

White with #FF3F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3F22; }

 p { color: rgb(255,63,34); }

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

background-color css

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

 a { background-color: rgb(255,63,34); }

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

border-color css

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

 span { border-color: rgb(255,63,34); }

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