Html Css Color HEX #F08328 Carrot Orange

📋 copy color: '#F08328'

red 240 ◦ green 131 ◦ blue 40

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

Shades of Carrot Orange #F08328

Tints of Carrot Orange #F08328

RGB

 RED value IS 240 (94.14% from 255) = 58.39%

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

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

R = 58.39%
G = 31.87%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F08328 (or 0xF08328) is known color: Carrot Orange. HEX triplet: F0, 83 and 28. RGB value is (240,131,40). Sum of RGB (Red+Green+Blue) = 240+131+40=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F08328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08328 is #0F7CD7. Grayscale: #999999. Windows color (decimal): -1015000 or 2655216. OLE color: 2655216.

HSL color Cylindrical-coordinate representation of color #F08328: hue angle of 27.3º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F08328 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 131 40 -
CMYK 0 0.45 0.83 0.06
HSL 27.3º 0.87% 0.55% -
HSV(B) 27.3º 0.83% 0.94% -
XYZ 44.43 34.91 6.4 -
YUV 153.22 64.11 189.9 -
System Red Green Blue C M Y K H S L
Decimal 240 131 40 0 0.45 0.83 0.06 27.3 0.87 0.55
Hex F0 83 28 0 2D 53 6 1B 57 37
Octal 360 203 50 0 55 123 6 33 127 67
Binary 11110000 10000011 101000 0 101101 1010011 110 11011 1010111 110111

Color Harmonies of #F08328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08328

Black with #F08328

Text Example


Text Example

White with #F08328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08328; }

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

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

background-color css

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

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

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

border-color css

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

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

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