Html Css Color HEX #F88328 Carrot Orange

📋 copy color: '#F88328'

red 248 ◦ green 131 ◦ blue 40

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

Shades of Carrot Orange #F88328

Tints of Carrot Orange #F88328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.26%

 BLUE value IS 40 (16.02% from 255) = 9.55%

R = 59.19%
G = 31.26%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F88328 (or 0xF88328) is known color: Carrot Orange. HEX triplet: F8, 83 and 28. RGB value is (248,131,40). Sum of RGB (Red+Green+Blue) = 248+131+40=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F88328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88328 is #077CD7. Grayscale: #9C9C9C. Windows color (decimal): -490712 or 2655224. OLE color: 2655224.

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

Color convert

RGB 248 131 40 -
CMYK 0 0.47 0.84 0.03
HSL 26.25º 0.94% 0.56% -
HSV(B) 26.25º 0.84% 0.97% -
XYZ 47.21 36.34 6.53 -
YUV 155.61 62.76 193.9 -
System Red Green Blue C M Y K H S L
Decimal 248 131 40 0 0.47 0.84 0.03 26.25 0.94 0.56
Hex F8 83 28 0 2F 54 3 1A 5E 38
Octal 370 203 50 0 57 124 3 32 136 70
Binary 11111000 10000011 101000 0 101111 1010100 11 11010 1011110 111000

Color Harmonies of #F88328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88328

Black with #F88328

Text Example


Text Example

White with #F88328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88328; }

 p { color: rgb(248,131,40); }

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

background-color css

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

 a { background-color: rgb(248,131,40); }

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

border-color css

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

 span { border-color: rgb(248,131,40); }

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