Html Css Color HEX #F85023 Outrageous Orange

📋 copy color: '#F85023'

red 248 ◦ green 80 ◦ blue 35

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

Shades of Outrageous Orange #F85023

Tints of Outrageous Orange #F85023

RGB

 RED value IS 248 (97.27% from 255) = 68.32%

 GREEN value IS 80 (31.64% from 255) = 22.04%

 BLUE value IS 35 (14.06% from 255) = 9.64%

R = 68.32%
G = 22.04%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F85023 (or 0xF85023) is known color: Outrageous Orange. HEX triplet: F8, 50 and 23. RGB value is (248,80,35). Sum of RGB (Red+Green+Blue) = 248+80+35=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F85023 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85023 is #07AFDC. Grayscale: #7D7D7D. Windows color (decimal): -503773 or 2314488. OLE color: 2314488.

HSL color Cylindrical-coordinate representation of color #F85023: hue angle of 12.68º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F85023 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 80 35 -
CMYK 0 0.68 0.86 0.03
HSL 12.68º 0.94% 0.55% -
HSV(B) 12.68º 0.86% 0.97% -
XYZ 41.88 25.82 4.37 -
YUV 125.1 77.16 215.66 -
System Red Green Blue C M Y K H S L
Decimal 248 80 35 0 0.68 0.86 0.03 12.68 0.94 0.55
Hex F8 50 23 0 44 56 3 D 5E 37
Octal 370 120 43 0 104 126 3 15 136 67
Binary 11111000 1010000 100011 0 1000100 1010110 11 1101 1011110 110111

Color Harmonies of #F85023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85023

Black with #F85023

Text Example


Text Example

White with #F85023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85023; }

 p { color: rgb(248,80,35); }

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

background-color css

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

 a { background-color: rgb(248,80,35); }

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

border-color css

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

 span { border-color: rgb(248,80,35); }

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