Html Css Color HEX #F7430D Orange Red

📋 copy color: '#F7430D'

red 247 ◦ green 67 ◦ blue 13

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

Shades of Orange Red #F7430D

Tints of Orange Red #F7430D

RGB

 RED value IS 247 (96.88% from 255) = 75.54%

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

 BLUE value IS 13 (5.47% from 255) = 3.98%

R = 75.54%
G = 20.49%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7430D (or 0xF7430D) is known color: Orange Red. HEX triplet: F7, 43 and 0D. RGB value is (247,67,13). Sum of RGB (Red+Green+Blue) = 247+67+13=327 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.54% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 247 - color contains mainly: red. Hex color #F7430D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7430D is #08BCF2. Grayscale: #737373. Windows color (decimal): -572659 or 869367. OLE color: 869367.

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

Color convert

RGB 247 67 13 -
CMYK 0 0.73 0.95 0.03
HSL 13.85º 0.94% 0.51% -
HSV(B) 13.85º 0.95% 0.97% -
XYZ 40.44 23.82 2.85 -
YUV 114.66 70.63 222.39 -
System Red Green Blue C M Y K H S L
Decimal 247 67 13 0 0.73 0.95 0.03 13.85 0.94 0.51
Hex F7 43 D 0 49 5F 3 E 5E 33
Octal 367 103 15 0 111 137 3 16 136 63
Binary 11110111 1000011 1101 0 1001001 1011111 11 1110 1011110 110011

Color Harmonies of #F7430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7430D

Black with #F7430D

Text Example


Text Example

White with #F7430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7430D; }

 p { color: rgb(247,67,13); }

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

background-color css

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

 a { background-color: rgb(247,67,13); }

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

border-color css

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

 span { border-color: rgb(247,67,13); }

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