Html Css Color HEX #F25C34 Outrageous Orange

📋 copy color: '#F25C34'

red 242 ◦ green 92 ◦ blue 52

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

Shades of Outrageous Orange #F25C34

Tints of Outrageous Orange #F25C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.47%

R = 62.69%
G = 23.83%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F25C34 (or 0xF25C34) is known color: Outrageous Orange. HEX triplet: F2, 5C and 34. RGB value is (242,92,52). Sum of RGB (Red+Green+Blue) = 242+92+52=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25C34 is #0DA3CB. Grayscale: #848484. Windows color (decimal): -893900 or 3431666. OLE color: 3431666.

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

Color convert

RGB 242 92 52 -
CMYK 0 0.62 0.79 0.05
HSL 12.63º 0.88% 0.58% -
HSV(B) 12.63º 0.79% 0.95% -
XYZ 41.06 26.78 6.25 -
YUV 132.29 82.7 206.25 -
System Red Green Blue C M Y K H S L
Decimal 242 92 52 0 0.62 0.79 0.05 12.63 0.88 0.58
Hex F2 5C 34 0 3E 4F 5 D 58 3A
Octal 362 134 64 0 76 117 5 15 130 72
Binary 11110010 1011100 110100 0 111110 1001111 101 1101 1011000 111010

Color Harmonies of #F25C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C34

Black with #F25C34

Text Example


Text Example

White with #F25C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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