Html Css Color HEX #F25834 Outrageous Orange

📋 copy color: '#F25834'

red 242 ◦ green 88 ◦ blue 52

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

Shades of Outrageous Orange #F25834

Tints of Outrageous Orange #F25834

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.04%

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

R = 63.35%
G = 23.04%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F25834 (or 0xF25834) is known color: Outrageous Orange. HEX triplet: F2, 58 and 34. RGB value is (242,88,52). Sum of RGB (Red+Green+Blue) = 242+88+52=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F25834 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25834 is #0DA7CB. Grayscale: #828282. Windows color (decimal): -894924 or 3430642. OLE color: 3430642.

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

Color convert

RGB 242 88 52 -
CMYK 0 0.64 0.79 0.05
HSL 11.37º 0.88% 0.58% -
HSV(B) 11.37º 0.79% 0.95% -
XYZ 40.73 26.1 6.14 -
YUV 129.94 84.02 207.93 -
System Red Green Blue C M Y K H S L
Decimal 242 88 52 0 0.64 0.79 0.05 11.37 0.88 0.58
Hex F2 58 34 0 40 4F 5 B 58 3A
Octal 362 130 64 0 100 117 5 13 130 72
Binary 11110010 1011000 110100 0 1000000 1001111 101 1011 1011000 111010

Color Harmonies of #F25834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25834

Black with #F25834

Text Example


Text Example

White with #F25834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25834; }

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

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

background-color css

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

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

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

border-color css

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

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

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