Html Css Color HEX #F34502 Orange Red

📋 copy color: '#F34502'

red 243 ◦ green 69 ◦ blue 2

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

Shades of Orange Red #F34502

Tints of Orange Red #F34502

RGB

 RED value IS 243 (95.31% from 255) = 77.39%

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

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

R = 77.39%
G = 21.97%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F34502 (or 0xF34502) is known color: Orange Red. HEX triplet: F3, 45 and 02. RGB value is (243,69,2). Sum of RGB (Red+Green+Blue) = 243+69+2=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F34502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34502 is #0CBAFD. Grayscale: #717171. Windows color (decimal): -834302 or 148979. OLE color: 148979.

HSL color Cylindrical-coordinate representation of color #F34502: hue angle of 16.68º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F34502 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 69 2 -
CMYK 0 0.72 0.99 0.05
HSL 16.68º 0.98% 0.48% -
HSV(B) 16.68º 0.99% 0.95% -
XYZ 39.1 23.32 2.5 -
YUV 113.39 65.15 220.45 -
System Red Green Blue C M Y K H S L
Decimal 243 69 2 0 0.72 0.99 0.05 16.68 0.98 0.48
Hex F3 45 2 0 48 63 5 11 62 30
Octal 363 105 2 0 110 143 5 21 142 60
Binary 11110011 1000101 10 0 1001000 1100011 101 10001 1100010 110000

Color Harmonies of #F34502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34502

Black with #F34502

Text Example


Text Example

White with #F34502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34502; }

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

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

background-color css

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

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

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

border-color css

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

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

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