Html Css Color HEX #F25D38 Outrageous Orange

📋 copy color: '#F25D38'

red 242 ◦ green 93 ◦ blue 56

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

Shades of Outrageous Orange #F25D38

Tints of Outrageous Orange #F25D38

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.79%

 BLUE value IS 56 (22.27% from 255) = 14.32%

R = 61.89%
G = 23.79%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F25D38 (or 0xF25D38) is known color: Outrageous Orange. HEX triplet: F2, 5D and 38. RGB value is (242,93,56). Sum of RGB (Red+Green+Blue) = 242+93+56=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25D38 is #0DA2C7. Grayscale: #858585. Windows color (decimal): -893640 or 3694066. OLE color: 3694066.

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

Color convert

RGB 242 93 56 -
CMYK 0 0.62 0.77 0.05
HSL 11.94º 0.88% 0.58% -
HSV(B) 11.94º 0.77% 0.95% -
XYZ 41.25 26.99 6.78 -
YUV 133.33 84.36 205.51 -
System Red Green Blue C M Y K H S L
Decimal 242 93 56 0 0.62 0.77 0.05 11.94 0.88 0.58
Hex F2 5D 38 0 3E 4D 5 C 58 3A
Octal 362 135 70 0 76 115 5 14 130 72
Binary 11110010 1011101 111000 0 111110 1001101 101 1100 1011000 111010

Color Harmonies of #F25D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D38

Black with #F25D38

Text Example


Text Example

White with #F25D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D38; }

 p { color: rgb(242,93,56); }

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

background-color css

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

 a { background-color: rgb(242,93,56); }

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

border-color css

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

 span { border-color: rgb(242,93,56); }

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