Html Css Color HEX #F9430B Orange Red

📋 copy color: '#F9430B'

red 249 ◦ green 67 ◦ blue 11

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

Shades of Orange Red #F9430B

Tints of Orange Red #F9430B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.36%

R = 76.15%
G = 20.49%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9430B (or 0xF9430B) is known color: Orange Red. HEX triplet: F9, 43 and 0B. RGB value is (249,67,11). Sum of RGB (Red+Green+Blue) = 249+67+11=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F9430B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9430B is #06BCF4. Grayscale: #737373. Windows color (decimal): -441589 or 738297. OLE color: 738297.

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

Color convert

RGB 249 67 11 -
CMYK 0 0.73 0.96 0.02
HSL 14.12º 0.95% 0.51% -
HSV(B) 14.12º 0.96% 0.98% -
XYZ 41.13 24.18 2.82 -
YUV 115.03 69.3 223.55 -
System Red Green Blue C M Y K H S L
Decimal 249 67 11 0 0.73 0.96 0.02 14.12 0.95 0.51
Hex F9 43 B 0 49 60 2 E 5F 33
Octal 371 103 13 0 111 140 2 16 137 63
Binary 11111001 1000011 1011 0 1001001 1100000 10 1110 1011111 110011

Color Harmonies of #F9430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9430B

Black with #F9430B

Text Example


Text Example

White with #F9430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9430B; }

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

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

background-color css

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

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

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

border-color css

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

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

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