Html Css Color HEX #F9402D Red Orange

📋 copy color: '#F9402D'

red 249 ◦ green 64 ◦ blue 45

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

Shades of Red Orange #F9402D

Tints of Red Orange #F9402D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

 BLUE value IS 45 (17.97% from 255) = 12.57%

R = 69.55%
G = 17.88%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9402D (or 0xF9402D) is known color: Red Orange. HEX triplet: F9, 40 and 2D. RGB value is (249,64,45). Sum of RGB (Red+Green+Blue) = 249+64+45=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F9402D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9402D is #06BFD2. Grayscale: #757575. Windows color (decimal): -442323 or 2965753. OLE color: 2965753.

HSL color Cylindrical-coordinate representation of color #F9402D: hue angle of 5.59º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9402D is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 64 45 -
CMYK 0 0.74 0.82 0.02
HSL 5.59º 0.94% 0.58% -
HSV(B) 5.59º 0.82% 0.98% -
XYZ 41.37 24 4.93 -
YUV 117.15 87.29 222.04 -
System Red Green Blue C M Y K H S L
Decimal 249 64 45 0 0.74 0.82 0.02 5.59 0.94 0.58
Hex F9 40 2D 0 4A 52 2 6 5E 3A
Octal 371 100 55 0 112 122 2 6 136 72
Binary 11111001 1000000 101101 0 1001010 1010010 10 110 1011110 111010

Color Harmonies of #F9402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9402D

Black with #F9402D

Text Example


Text Example

White with #F9402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9402D; }

 p { color: rgb(249,64,45); }

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

background-color css

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

 a { background-color: rgb(249,64,45); }

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

border-color css

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

 span { border-color: rgb(249,64,45); }

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