Html Css Color HEX #F9430D Orange Red

📋 copy color: '#F9430D'

red 249 ◦ green 67 ◦ blue 13

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

Shades of Orange Red #F9430D

Tints of Orange Red #F9430D

RGB

 RED value IS 249 (97.66% from 255) = 75.68%

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

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

R = 75.68%
G = 20.36%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9430D (or 0xF9430D) is known color: Orange Red. HEX triplet: F9, 43 and 0D. RGB value is (249,67,13). Sum of RGB (Red+Green+Blue) = 249+67+13=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F9430D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9430D is #06BCF2. Grayscale: #737373. Windows color (decimal): -441587 or 869369. OLE color: 869369.

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

Color convert

RGB 249 67 13 -
CMYK 0 0.73 0.95 0.02
HSL 13.73º 0.95% 0.51% -
HSV(B) 13.73º 0.95% 0.98% -
XYZ 41.15 24.18 2.88 -
YUV 115.26 70.3 223.39 -
System Red Green Blue C M Y K H S L
Decimal 249 67 13 0 0.73 0.95 0.02 13.73 0.95 0.51
Hex F9 43 D 0 49 5F 2 E 5F 33
Octal 371 103 15 0 111 137 2 16 137 63
Binary 11111001 1000011 1101 0 1001001 1011111 10 1110 1011111 110011

Color Harmonies of #F9430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9430D

Black with #F9430D

Text Example


Text Example

White with #F9430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9430D; }

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

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

background-color css

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

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

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

border-color css

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

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

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