Html Css Color HEX #FF4502 Orange Red

📋 copy color: '#FF4502'

red 255 ◦ green 69 ◦ blue 2

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

Shades of Orange Red #FF4502

Tints of Orange Red #FF4502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

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

R = 78.22%
G = 21.17%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF4502 (or 0xFF4502) is known color: Orange Red. HEX triplet: FF, 45 and 02. RGB value is (255,69,2). Sum of RGB (Red+Green+Blue) = 255+69+2=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4502 is #00BAFD. Grayscale: #757575. Windows color (decimal): -47870 or 148991. OLE color: 148991.

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

Color convert

RGB 255 69 2 -
CMYK 0 0.73 0.99 0
HSL 15.89º 1% 0.5% -
HSV(B) 15.89º 0.99% 1% -
XYZ 43.38 25.52 2.7 -
YUV 116.98 63.12 226.45 -
System Red Green Blue C M Y K H S L
Decimal 255 69 2 0 0.73 0.99 0 15.89 1 0.5
Hex FF 45 2 0 49 63 0 10 64 32
Octal 377 105 2 0 111 143 0 20 144 62
Binary 11111111 1000101 10 0 1001001 1100011 0 10000 1100100 110010

Color Harmonies of #FF4502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4502

Black with #FF4502

Text Example


Text Example

White with #FF4502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4502; }

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

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

background-color css

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

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

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

border-color css

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

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

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