Html Css Color HEX #FA9B1F Carrot Orange

📋 copy color: '#FA9B1F'

red 250 ◦ green 155 ◦ blue 31

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

Shades of Carrot Orange #FA9B1F

Tints of Carrot Orange #FA9B1F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.55%

 BLUE value IS 31 (12.5% from 255) = 7.11%

R = 57.34%
G = 35.55%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA9B1F (or 0xFA9B1F) is known color: Carrot Orange. HEX triplet: FA, 9B and 1F. RGB value is (250,155,31). Sum of RGB (Red+Green+Blue) = 250+155+31=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9B1F is #0564E0. Grayscale: #A9A9A9. Windows color (decimal): -353505 or 2071546. OLE color: 2071546.

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

Color convert

RGB 250 155 31 -
CMYK 0 0.38 0.88 0.02
HSL 33.97º 0.96% 0.55% -
HSV(B) 33.97º 0.88% 0.98% -
XYZ 51.39 43.87 7.05 -
YUV 169.27 49.97 185.58 -
System Red Green Blue C M Y K H S L
Decimal 250 155 31 0 0.38 0.88 0.02 33.97 0.96 0.55
Hex FA 9B 1F 0 26 58 2 22 60 37
Octal 372 233 37 0 46 130 2 42 140 67
Binary 11111010 10011011 11111 0 100110 1011000 10 100010 1100000 110111

Color Harmonies of #FA9B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9B1F

Black with #FA9B1F

Text Example


Text Example

White with #FA9B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9B1F; }

 p { color: rgb(250,155,31); }

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

background-color css

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

 a { background-color: rgb(250,155,31); }

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

border-color css

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

 span { border-color: rgb(250,155,31); }

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