Html Css Color HEX #FA8B1B Carrot Orange

📋 copy color: '#FA8B1B'

red 250 ◦ green 139 ◦ blue 27

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

Shades of Carrot Orange #FA8B1B

Tints of Carrot Orange #FA8B1B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.41%

 BLUE value IS 27 (10.94% from 255) = 6.49%

R = 60.1%
G = 33.41%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA8B1B (or 0xFA8B1B) is known color: Carrot Orange. HEX triplet: FA, 8B and 1B. RGB value is (250,139,27). Sum of RGB (Red+Green+Blue) = 250+139+27=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8B1B is #0574E4. Grayscale: #9F9F9F. Windows color (decimal): -357605 or 1805306. OLE color: 1805306.

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

Color convert

RGB 250 139 27 -
CMYK 0 0.44 0.89 0.02
HSL 30.13º 0.96% 0.54% -
HSV(B) 30.13º 0.89% 0.98% -
XYZ 48.85 38.87 5.96 -
YUV 159.42 53.27 192.61 -
System Red Green Blue C M Y K H S L
Decimal 250 139 27 0 0.44 0.89 0.02 30.13 0.96 0.54
Hex FA 8B 1B 0 2C 59 2 1E 60 36
Octal 372 213 33 0 54 131 2 36 140 66
Binary 11111010 10001011 11011 0 101100 1011001 10 11110 1100000 110110

Color Harmonies of #FA8B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8B1B

Black with #FA8B1B

Text Example


Text Example

White with #FA8B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8B1B; }

 p { color: rgb(250,139,27); }

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

background-color css

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

 a { background-color: rgb(250,139,27); }

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

border-color css

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

 span { border-color: rgb(250,139,27); }

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