Html Css Color HEX #FF402F Red Orange

📋 copy color: '#FF402F'

red 255 ◦ green 64 ◦ blue 47

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

Shades of Red Orange #FF402F

Tints of Red Orange #FF402F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.84%

R = 69.67%
G = 17.49%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF402F (or 0xFF402F) is known color: Red Orange. HEX triplet: FF, 40 and 2F. RGB value is (255,64,47). Sum of RGB (Red+Green+Blue) = 255+64+47=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF402F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF402F is #00BFD0. Grayscale: #777777. Windows color (decimal): -49105 or 3096831. OLE color: 3096831.

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

Color convert

RGB 255 64 47 -
CMYK 0 0.75 0.82 0
HSL 4.9º 1% 0.59% -
HSV(B) 4.9º 0.82% 1% -
XYZ 43.59 25.13 5.24 -
YUV 119.17 87.28 224.88 -
System Red Green Blue C M Y K H S L
Decimal 255 64 47 0 0.75 0.82 0 4.9 1 0.59
Hex FF 40 2F 0 4B 52 0 5 64 3B
Octal 377 100 57 0 113 122 0 5 144 73
Binary 11111111 1000000 101111 0 1001011 1010010 0 101 1100100 111011

Color Harmonies of #FF402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF402F

Black with #FF402F

Text Example


Text Example

White with #FF402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF402F; }

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

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

background-color css

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

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

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

border-color css

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

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

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