Html Css Color HEX #F8430D Orange Red

📋 copy color: '#F8430D'

red 248 ◦ green 67 ◦ blue 13

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

Shades of Orange Red #F8430D

Tints of Orange Red #F8430D

RGB

 RED value IS 248 (97.27% from 255) = 75.61%

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

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

R = 75.61%
G = 20.43%
B = 3.96%

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

#F8430D (or 0xF8430D) is known color: Orange Red. HEX triplet: F8, 43 and 0D. RGB value is (248,67,13). Sum of RGB (Red+Green+Blue) = 248+67+13=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F8430D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8430D is #07BCF2. Grayscale: #737373. Windows color (decimal): -507123 or 869368. OLE color: 869368.

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

Color convert

RGB 248 67 13 -
CMYK 0 0.73 0.95 0.03
HSL 13.79º 0.94% 0.51% -
HSV(B) 13.79º 0.95% 0.97% -
XYZ 40.79 24 2.86 -
YUV 114.96 70.47 222.89 -
System Red Green Blue C M Y K H S L
Decimal 248 67 13 0 0.73 0.95 0.03 13.79 0.94 0.51
Hex F8 43 D 0 49 5F 3 E 5E 33
Octal 370 103 15 0 111 137 3 16 136 63
Binary 11111000 1000011 1101 0 1001001 1011111 11 1110 1011110 110011

Color Harmonies of #F8430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8430D

Black with #F8430D

Text Example


Text Example

White with #F8430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8430D; }

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

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

background-color css

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

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

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

border-color css

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

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

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