Html Css Color HEX #F25627 Outrageous Orange

📋 copy color: '#F25627'

red 242 ◦ green 86 ◦ blue 39

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

Shades of Outrageous Orange #F25627

Tints of Outrageous Orange #F25627

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.43%

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

R = 65.94%
G = 23.43%
B = 10.63%

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

#F25627 (or 0xF25627) is known color: Outrageous Orange. HEX triplet: F2, 56 and 27. RGB value is (242,86,39). Sum of RGB (Red+Green+Blue) = 242+86+39=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F25627 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25627 is #0DA9D8. Grayscale: #7F7F7F. Windows color (decimal): -895449 or 2578162. OLE color: 2578162.

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

Color convert

RGB 242 86 39 -
CMYK 0 0.64 0.84 0.05
HSL 13.89º 0.89% 0.55% -
HSV(B) 13.89º 0.84% 0.95% -
XYZ 40.31 25.68 4.75 -
YUV 127.29 78.18 209.82 -
System Red Green Blue C M Y K H S L
Decimal 242 86 39 0 0.64 0.84 0.05 13.89 0.89 0.55
Hex F2 56 27 0 40 54 5 E 59 37
Octal 362 126 47 0 100 124 5 16 131 67
Binary 11110010 1010110 100111 0 1000000 1010100 101 1110 1011001 110111

Color Harmonies of #F25627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25627

Black with #F25627

Text Example


Text Example

White with #F25627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25627; }

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

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

background-color css

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

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

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

border-color css

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

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

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