Html Css Color HEX #F08915 Carrot Orange

📋 copy color: '#F08915'

red 240 ◦ green 137 ◦ blue 21

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

Shades of Carrot Orange #F08915

Tints of Carrot Orange #F08915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.42%

 BLUE value IS 21 (8.59% from 255) = 5.28%

R = 60.3%
G = 34.42%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F08915 (or 0xF08915) is known color: Carrot Orange. HEX triplet: F0, 89 and 15. RGB value is (240,137,21). Sum of RGB (Red+Green+Blue) = 240+137+21=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F08915 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08915 is #0F76EA. Grayscale: #9B9B9B. Windows color (decimal): -1013483 or 1411568. OLE color: 1411568.

HSL color Cylindrical-coordinate representation of color #F08915: hue angle of 31.78º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F08915 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 137 21 -
CMYK 0 0.43 0.91 0.06
HSL 31.78º 0.88% 0.51% -
HSV(B) 31.78º 0.91% 0.94% -
XYZ 45.02 36.47 5.38 -
YUV 154.57 52.62 188.93 -
System Red Green Blue C M Y K H S L
Decimal 240 137 21 0 0.43 0.91 0.06 31.78 0.88 0.51
Hex F0 89 15 0 2B 5B 6 20 58 33
Octal 360 211 25 0 53 133 6 40 130 63
Binary 11110000 10001001 10101 0 101011 1011011 110 100000 1011000 110011

Color Harmonies of #F08915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08915

Black with #F08915

Text Example


Text Example

White with #F08915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08915; }

 p { color: rgb(240,137,21); }

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

background-color css

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

 a { background-color: rgb(240,137,21); }

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

border-color css

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

 span { border-color: rgb(240,137,21); }

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