Html Css Color HEX #F25F3A Outrageous Orange

📋 copy color: '#F25F3A'

red 242 ◦ green 95 ◦ blue 58

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

Shades of Outrageous Orange #F25F3A

Tints of Outrageous Orange #F25F3A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.05%

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 61.27%
G = 24.05%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F25F3A (or 0xF25F3A) is known color: Outrageous Orange. HEX triplet: F2, 5F and 3A. RGB value is (242,95,58). Sum of RGB (Red+Green+Blue) = 242+95+58=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25F3A is #0DA0C5. Grayscale: #878787. Windows color (decimal): -893126 or 3825650. OLE color: 3825650.

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

Color convert

RGB 242 95 58 -
CMYK 0 0.61 0.76 0.05
HSL 12.07º 0.88% 0.59% -
HSV(B) 12.07º 0.76% 0.95% -
XYZ 41.47 27.37 7.1 -
YUV 134.74 84.7 204.51 -
System Red Green Blue C M Y K H S L
Decimal 242 95 58 0 0.61 0.76 0.05 12.07 0.88 0.59
Hex F2 5F 3A 0 3D 4C 5 C 58 3B
Octal 362 137 72 0 75 114 5 14 130 73
Binary 11110010 1011111 111010 0 111101 1001100 101 1100 1011000 111011

Color Harmonies of #F25F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F3A

Black with #F25F3A

Text Example


Text Example

White with #F25F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F3A; }

 p { color: rgb(242,95,58); }

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

background-color css

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

 a { background-color: rgb(242,95,58); }

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

border-color css

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

 span { border-color: rgb(242,95,58); }

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