Html Css Color HEX #F09415 Carrot Orange

📋 copy color: '#F09415'

red 240 ◦ green 148 ◦ blue 21

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

Shades of Carrot Orange #F09415

Tints of Carrot Orange #F09415

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

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

R = 58.68%
G = 36.19%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F09415 (or 0xF09415) is known color: Carrot Orange. HEX triplet: F0, 94 and 15. RGB value is (240,148,21). Sum of RGB (Red+Green+Blue) = 240+148+21=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F09415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09415 is #0F6BEA. Grayscale: #A1A1A1. Windows color (decimal): -1010667 or 1414384. OLE color: 1414384.

HSL color Cylindrical-coordinate representation of color #F09415: hue angle of 34.79º 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 #F09415 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 148 21 -
CMYK 0 0.38 0.91 0.06
HSL 34.79º 0.88% 0.51% -
HSV(B) 34.79º 0.91% 0.94% -
XYZ 46.66 39.76 5.92 -
YUV 161.03 48.98 184.33 -
System Red Green Blue C M Y K H S L
Decimal 240 148 21 0 0.38 0.91 0.06 34.79 0.88 0.51
Hex F0 94 15 0 26 5B 6 23 58 33
Octal 360 224 25 0 46 133 6 43 130 63
Binary 11110000 10010100 10101 0 100110 1011011 110 100011 1011000 110011

Color Harmonies of #F09415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09415

Black with #F09415

Text Example


Text Example

White with #F09415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09415; }

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

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

background-color css

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

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

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

border-color css

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

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

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