Html Css Color HEX #FF3F02 Orange Red

📋 copy color: '#FF3F02'

red 255 ◦ green 63 ◦ blue 2

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

Shades of Orange Red #FF3F02

Tints of Orange Red #FF3F02

RGB

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

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

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

R = 79.69%
G = 19.69%
B = 0.63%

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

#FF3F02 (or 0xFF3F02) is known color: Orange Red. HEX triplet: FF, 3F and 02. RGB value is (255,63,2). Sum of RGB (Red+Green+Blue) = 255+63+2=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3F02 is #00C0FD. Grayscale: #717171. Windows color (decimal): -49406 or 147455. OLE color: 147455.

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

Color convert

RGB 255 63 2 -
CMYK 0 0.75 0.99 0
HSL 14.47º 1% 0.5% -
HSV(B) 14.47º 0.99% 1% -
XYZ 43.03 24.82 2.58 -
YUV 113.45 65.11 228.96 -
System Red Green Blue C M Y K H S L
Decimal 255 63 2 0 0.75 0.99 0 14.47 1 0.5
Hex FF 3F 2 0 4B 63 0 E 64 32
Octal 377 77 2 0 113 143 0 16 144 62
Binary 11111111 111111 10 0 1001011 1100011 0 1110 1100100 110010

Color Harmonies of #FF3F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3F02

Black with #FF3F02

Text Example


Text Example

White with #FF3F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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