Html Css Color HEX #FF4002 Orange Red

📋 copy color: '#FF4002'

red 255 ◦ green 64 ◦ blue 2

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

Shades of Orange Red #FF4002

Tints of Orange Red #FF4002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 79.44%
G = 19.94%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF4002 (or 0xFF4002) is known color: Orange Red. HEX triplet: FF, 40 and 02. RGB value is (255,64,2). Sum of RGB (Red+Green+Blue) = 255+64+2=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4002 is #00BFFD. Grayscale: #727272. Windows color (decimal): -49150 or 147711. OLE color: 147711.

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

Color convert

RGB 255 64 2 -
CMYK 0 0.75 0.99 0
HSL 14.7º 1% 0.5% -
HSV(B) 14.7º 0.99% 1% -
XYZ 43.08 24.93 2.6 -
YUV 114.04 64.78 228.54 -
System Red Green Blue C M Y K H S L
Decimal 255 64 2 0 0.75 0.99 0 14.7 1 0.5
Hex FF 40 2 0 4B 63 0 F 64 32
Octal 377 100 2 0 113 143 0 17 144 62
Binary 11111111 1000000 10 0 1001011 1100011 0 1111 1100100 110010

Color Harmonies of #FF4002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4002

Black with #FF4002

Text Example


Text Example

White with #FF4002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4002; }

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

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

background-color css

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

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

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

border-color css

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

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

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