Html Css Color HEX #F25C1F Outrageous Orange

📋 copy color: '#F25C1F'

red 242 ◦ green 92 ◦ blue 31

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

Shades of Outrageous Orange #F25C1F

Tints of Outrageous Orange #F25C1F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.21%

 BLUE value IS 31 (12.5% from 255) = 8.49%

R = 66.3%
G = 25.21%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F25C1F (or 0xF25C1F) is known color: Outrageous Orange. HEX triplet: F2, 5C and 1F. RGB value is (242,92,31). Sum of RGB (Red+Green+Blue) = 242+92+31=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25C1F is #0DA3E0. Grayscale: #828282. Windows color (decimal): -893921 or 2055410. OLE color: 2055410.

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

Color convert

RGB 242 92 31 -
CMYK 0 0.62 0.87 0.05
HSL 17.35º 0.89% 0.54% -
HSV(B) 17.35º 0.87% 0.95% -
XYZ 40.69 26.63 4.29 -
YUV 129.9 72.2 207.96 -
System Red Green Blue C M Y K H S L
Decimal 242 92 31 0 0.62 0.87 0.05 17.35 0.89 0.54
Hex F2 5C 1F 0 3E 57 5 11 59 36
Octal 362 134 37 0 76 127 5 21 131 66
Binary 11110010 1011100 11111 0 111110 1010111 101 10001 1011001 110110

Color Harmonies of #F25C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C1F

Black with #F25C1F

Text Example


Text Example

White with #F25C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C1F; }

 p { color: rgb(242,92,31); }

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

background-color css

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

 a { background-color: rgb(242,92,31); }

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

border-color css

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

 span { border-color: rgb(242,92,31); }

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