Html Css Color HEX #F25B3F Outrageous Orange

📋 copy color: '#F25B3F'

red 242 ◦ green 91 ◦ blue 63

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

Shades of Outrageous Orange #F25B3F

Tints of Outrageous Orange #F25B3F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.98%

 BLUE value IS 63 (25% from 255) = 15.91%

R = 61.11%
G = 22.98%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F25B3F (or 0xF25B3F) is known color: Outrageous Orange. HEX triplet: F2, 5B and 3F. RGB value is (242,91,63). Sum of RGB (Red+Green+Blue) = 242+91+63=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25B3F is #0DA4C0. Grayscale: #858585. Windows color (decimal): -894145 or 4152306. OLE color: 4152306.

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

Color convert

RGB 242 91 63 -
CMYK 0 0.62 0.74 0.05
HSL 9.39º 0.87% 0.6% -
HSV(B) 9.39º 0.74% 0.95% -
XYZ 41.26 26.72 7.69 -
YUV 132.96 88.53 205.78 -
System Red Green Blue C M Y K H S L
Decimal 242 91 63 0 0.62 0.74 0.05 9.39 0.87 0.6
Hex F2 5B 3F 0 3E 4A 5 9 57 3C
Octal 362 133 77 0 76 112 5 11 127 74
Binary 11110010 1011011 111111 0 111110 1001010 101 1001 1010111 111100

Color Harmonies of #F25B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25B3F

Black with #F25B3F

Text Example


Text Example

White with #F25B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25B3F; }

 p { color: rgb(242,91,63); }

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

background-color css

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

 a { background-color: rgb(242,91,63); }

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

border-color css

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

 span { border-color: rgb(242,91,63); }

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