Html Css Color HEX #F25827 Outrageous Orange

📋 copy color: '#F25827'

red 242 ◦ green 88 ◦ blue 39

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

Shades of Outrageous Orange #F25827

Tints of Outrageous Orange #F25827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.57%

R = 65.58%
G = 23.85%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F25827 (or 0xF25827) is known color: Outrageous Orange. HEX triplet: F2, 58 and 27. RGB value is (242,88,39). Sum of RGB (Red+Green+Blue) = 242+88+39=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F25827 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25827 is #0DA7D8. Grayscale: #808080. Windows color (decimal): -894937 or 2578674. OLE color: 2578674.

HSL color Cylindrical-coordinate representation of color #F25827: hue angle of 14.48º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F25827 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 88 39 -
CMYK 0 0.64 0.84 0.05
HSL 14.48º 0.89% 0.55% -
HSV(B) 14.48º 0.84% 0.95% -
XYZ 40.47 26 4.81 -
YUV 128.46 77.52 208.98 -
System Red Green Blue C M Y K H S L
Decimal 242 88 39 0 0.64 0.84 0.05 14.48 0.89 0.55
Hex F2 58 27 0 40 54 5 E 59 37
Octal 362 130 47 0 100 124 5 16 131 67
Binary 11110010 1011000 100111 0 1000000 1010100 101 1110 1011001 110111

Color Harmonies of #F25827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25827

Black with #F25827

Text Example


Text Example

White with #F25827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25827; }

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

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

background-color css

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

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

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

border-color css

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

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

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