Html Css Color HEX #F8430F Orange Red

📋 copy color: '#F8430F'

red 248 ◦ green 67 ◦ blue 15

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

Shades of Orange Red #F8430F

Tints of Orange Red #F8430F

RGB

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

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

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

R = 75.15%
G = 20.3%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8430F (or 0xF8430F) is known color: Orange Red. HEX triplet: F8, 43 and 0F. RGB value is (248,67,15). Sum of RGB (Red+Green+Blue) = 248+67+15=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F8430F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8430F is #07BCF0. Grayscale: #737373. Windows color (decimal): -507121 or 1000440. OLE color: 1000440.

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

Color convert

RGB 248 67 15 -
CMYK 0 0.73 0.94 0.03
HSL 13.39º 0.94% 0.52% -
HSV(B) 13.39º 0.94% 0.97% -
XYZ 40.8 24.01 2.93 -
YUV 115.19 71.47 222.73 -
System Red Green Blue C M Y K H S L
Decimal 248 67 15 0 0.73 0.94 0.03 13.39 0.94 0.52
Hex F8 43 F 0 49 5E 3 D 5E 34
Octal 370 103 17 0 111 136 3 15 136 64
Binary 11111000 1000011 1111 0 1001001 1011110 11 1101 1011110 110100

Color Harmonies of #F8430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8430F

Black with #F8430F

Text Example


Text Example

White with #F8430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8430F; }

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

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

background-color css

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

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

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

border-color css

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

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

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