Html Css Color HEX #F6430F Orange Red

📋 copy color: '#F6430F'

red 246 ◦ green 67 ◦ blue 15

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

Shades of Orange Red #F6430F

Tints of Orange Red #F6430F

RGB

 RED value IS 246 (96.48% from 255) = 75%

 GREEN value IS 67 (26.56% from 255) = 20.43%

 BLUE value IS 15 (6.25% from 255) = 4.57%

R = 75%
G = 20.43%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6430F (or 0xF6430F) is known color: Orange Red. HEX triplet: F6, 43 and 0F. RGB value is (246,67,15). Sum of RGB (Red+Green+Blue) = 246+67+15=328 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 246 - color contains mainly: red. Hex color #F6430F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6430F is #09BCF0. Grayscale: #727272. Windows color (decimal): -638193 or 1000438. OLE color: 1000438.

HSL color Cylindrical-coordinate representation of color #F6430F: hue angle of 13.51º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6430F is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 67 15 -
CMYK 0 0.73 0.94 0.04
HSL 13.51º 0.93% 0.51% -
HSV(B) 13.51º 0.94% 0.96% -
XYZ 40.1 23.64 2.9 -
YUV 114.59 71.8 221.73 -
System Red Green Blue C M Y K H S L
Decimal 246 67 15 0 0.73 0.94 0.04 13.51 0.93 0.51
Hex F6 43 F 0 49 5E 4 E 5D 33
Octal 366 103 17 0 111 136 4 16 135 63
Binary 11110110 1000011 1111 0 1001001 1011110 100 1110 1011101 110011

Color Harmonies of #F6430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6430F

Black with #F6430F

Text Example


Text Example

White with #F6430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6430F; }

 p { color: rgb(246,67,15); }

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

background-color css

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

 a { background-color: rgb(246,67,15); }

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

border-color css

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

 span { border-color: rgb(246,67,15); }

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