Html Css Color HEX #F94C1D Red Orange

📋 copy color: '#F94C1D'

red 249 ◦ green 76 ◦ blue 29

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

Shades of Red Orange #F94C1D

Tints of Red Orange #F94C1D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.47%

 BLUE value IS 29 (11.72% from 255) = 8.19%

R = 70.34%
G = 21.47%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F94C1D (or 0xF94C1D) is known color: Red Orange. HEX triplet: F9, 4C and 1D. RGB value is (249,76,29). Sum of RGB (Red+Green+Blue) = 249+76+29=354 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.34% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94C1D is #06B3E2. Grayscale: #7A7A7A. Windows color (decimal): -439267 or 1920249. OLE color: 1920249.

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

Color convert

RGB 249 76 29 -
CMYK 0 0.69 0.88 0.02
HSL 12.82º 0.95% 0.55% -
HSV(B) 12.82º 0.88% 0.98% -
XYZ 41.87 25.4 3.86 -
YUV 122.37 75.31 218.32 -
System Red Green Blue C M Y K H S L
Decimal 249 76 29 0 0.69 0.88 0.02 12.82 0.95 0.55
Hex F9 4C 1D 0 45 58 2 D 5F 37
Octal 371 114 35 0 105 130 2 15 137 67
Binary 11111001 1001100 11101 0 1000101 1011000 10 1101 1011111 110111

Color Harmonies of #F94C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94C1D

Black with #F94C1D

Text Example


Text Example

White with #F94C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94C1D; }

 p { color: rgb(249,76,29); }

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

background-color css

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

 a { background-color: rgb(249,76,29); }

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

border-color css

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

 span { border-color: rgb(249,76,29); }

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