Html Css Color HEX #F09416 Carrot Orange

📋 copy color: '#F09416'

red 240 ◦ green 148 ◦ blue 22

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

Shades of Carrot Orange #F09416

Tints of Carrot Orange #F09416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.37%

R = 58.54%
G = 36.1%
B = 5.37%

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

#F09416 (or 0xF09416) is known color: Carrot Orange. HEX triplet: F0, 94 and 16. RGB value is (240,148,22). Sum of RGB (Red+Green+Blue) = 240+148+22=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F09416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09416 is #0F6BE9. Grayscale: #A1A1A1. Windows color (decimal): -1010666 or 1479920. OLE color: 1479920.

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

Color convert

RGB 240 148 22 -
CMYK 0 0.38 0.91 0.06
HSL 34.68º 0.88% 0.51% -
HSV(B) 34.68º 0.91% 0.94% -
XYZ 46.67 39.76 5.97 -
YUV 161.14 49.48 184.25 -
System Red Green Blue C M Y K H S L
Decimal 240 148 22 0 0.38 0.91 0.06 34.68 0.88 0.51
Hex F0 94 16 0 26 5B 6 23 58 33
Octal 360 224 26 0 46 133 6 43 130 63
Binary 11110000 10010100 10110 0 100110 1011011 110 100011 1011000 110011

Color Harmonies of #F09416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09416

Black with #F09416

Text Example


Text Example

White with #F09416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09416; }

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

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

background-color css

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

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

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

border-color css

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

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

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