Html Css Color HEX #F25C3E Outrageous Orange

📋 copy color: '#F25C3E'

red 242 ◦ green 92 ◦ blue 62

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

Shades of Outrageous Orange #F25C3E

Tints of Outrageous Orange #F25C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.66%

R = 61.11%
G = 23.23%
B = 15.66%

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

#F25C3E (or 0xF25C3E) is known color: Outrageous Orange. HEX triplet: F2, 5C and 3E. RGB value is (242,92,62). Sum of RGB (Red+Green+Blue) = 242+92+62=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25C3E is #0DA3C1. Grayscale: #858585. Windows color (decimal): -893890 or 4087026. OLE color: 4087026.

HSL color Cylindrical-coordinate representation of color #F25C3E: hue angle of 10º 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 #F25C3E is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 92 62 -
CMYK 0 0.62 0.74 0.05
HSL 10º 0.87% 0.6% -
HSV(B) 10º 0.74% 0.95% -
XYZ 41.31 26.88 7.57 -
YUV 133.43 87.7 205.44 -
System Red Green Blue C M Y K H S L
Decimal 242 92 62 0 0.62 0.74 0.05 10 0.87 0.6
Hex F2 5C 3E 0 3E 4A 5 A 57 3C
Octal 362 134 76 0 76 112 5 12 127 74
Binary 11110010 1011100 111110 0 111110 1001010 101 1010 1010111 111100

Color Harmonies of #F25C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C3E

Black with #F25C3E

Text Example


Text Example

White with #F25C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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