Html Css Color HEX #FF9016 Carrot Orange

📋 copy color: '#FF9016'

red 255 ◦ green 144 ◦ blue 22

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

Shades of Carrot Orange #FF9016

Tints of Carrot Orange #FF9016

RGB

 RED value IS 255 (100% from 255) = 60.57%

 GREEN value IS 144 (56.64% from 255) = 34.2%

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

R = 60.57%
G = 34.2%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF9016 (or 0xFF9016) is known color: Carrot Orange. HEX triplet: FF, 90 and 16. RGB value is (255,144,22). Sum of RGB (Red+Green+Blue) = 255+144+22=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9016 is #006FE9. Grayscale: #A3A3A3. Windows color (decimal): -28650 or 1478911. OLE color: 1478911.

HSL color Cylindrical-coordinate representation of color #FF9016: hue angle of 31.42º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF9016 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 255 144 22 -
CMYK 0 0.44 0.91 0
HSL 31.42º 1% 0.54% -
HSV(B) 31.42º 0.91% 1% -
XYZ 51.36 41.26 6.02 -
YUV 163.28 48.27 193.42 -
System Red Green Blue C M Y K H S L
Decimal 255 144 22 0 0.44 0.91 0 31.42 1 0.54
Hex FF 90 16 0 2C 5B 0 1F 64 36
Octal 377 220 26 0 54 133 0 37 144 66
Binary 11111111 10010000 10110 0 101100 1011011 0 11111 1100100 110110

Color Harmonies of #FF9016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9016

Black with #FF9016

Text Example


Text Example

White with #FF9016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9016; }

 p { color: rgb(255,144,22); }

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

background-color css

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

 a { background-color: rgb(255,144,22); }

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

border-color css

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

 span { border-color: rgb(255,144,22); }

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