Html Css Color HEX #FA9016 Carrot Orange

📋 copy color: '#FA9016'

red 250 ◦ green 144 ◦ blue 22

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

Shades of Carrot Orange #FA9016

Tints of Carrot Orange #FA9016

RGB

 RED value IS 250 (98.05% from 255) = 60.1%

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

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

R = 60.1%
G = 34.62%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA9016 (or 0xFA9016) is known color: Carrot Orange. HEX triplet: FA, 90 and 16. RGB value is (250,144,22). Sum of RGB (Red+Green+Blue) = 250+144+22=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9016 is #056FE9. Grayscale: #A2A2A2. Windows color (decimal): -356330 or 1478906. OLE color: 1478906.

HSL color Cylindrical-coordinate representation of color #FA9016: hue angle of 32.11º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA9016 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 144 22 -
CMYK 0 0.42 0.91 0.02
HSL 32.11º 0.96% 0.53% -
HSV(B) 32.11º 0.91% 0.98% -
XYZ 49.54 40.33 5.93 -
YUV 161.79 49.12 190.92 -
System Red Green Blue C M Y K H S L
Decimal 250 144 22 0 0.42 0.91 0.02 32.11 0.96 0.53
Hex FA 90 16 0 2A 5B 2 20 60 35
Octal 372 220 26 0 52 133 2 40 140 65
Binary 11111010 10010000 10110 0 101010 1011011 10 100000 1100000 110101

Color Harmonies of #FA9016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9016

Black with #FA9016

Text Example


Text Example

White with #FA9016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9016; }

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

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

background-color css

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

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

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

border-color css

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

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

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