Html Css Color HEX #F25A1D Outrageous Orange

📋 copy color: '#F25A1D'

red 242 ◦ green 90 ◦ blue 29

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

Shades of Outrageous Orange #F25A1D

Tints of Outrageous Orange #F25A1D

RGB

 RED value IS 242 (94.92% from 255) = 67.04%

 GREEN value IS 90 (35.55% from 255) = 24.93%

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

R = 67.04%
G = 24.93%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F25A1D (or 0xF25A1D) is known color: Outrageous Orange. HEX triplet: F2, 5A and 1D. RGB value is (242,90,29). Sum of RGB (Red+Green+Blue) = 242+90+29=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25A1D is #0DA5E2. Grayscale: #808080. Windows color (decimal): -894435 or 1923826. OLE color: 1923826.

HSL color Cylindrical-coordinate representation of color #F25A1D: hue angle of 17.18º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F25A1D is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 90 29 -
CMYK 0 0.63 0.88 0.05
HSL 17.18º 0.89% 0.53% -
HSV(B) 17.18º 0.88% 0.95% -
XYZ 40.5 26.28 4.1 -
YUV 128.49 71.86 208.96 -
System Red Green Blue C M Y K H S L
Decimal 242 90 29 0 0.63 0.88 0.05 17.18 0.89 0.53
Hex F2 5A 1D 0 3F 58 5 11 59 35
Octal 362 132 35 0 77 130 5 21 131 65
Binary 11110010 1011010 11101 0 111111 1011000 101 10001 1011001 110101

Color Harmonies of #F25A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25A1D

Black with #F25A1D

Text Example


Text Example

White with #F25A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25A1D; }

 p { color: rgb(242,90,29); }

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

background-color css

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

 a { background-color: rgb(242,90,29); }

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

border-color css

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

 span { border-color: rgb(242,90,29); }

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