Html Css Color HEX #FA9B2C Neon Carrot

📋 copy color: '#FA9B2C'

red 250 ◦ green 155 ◦ blue 44

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

Shades of Neon Carrot #FA9B2C

Tints of Neon Carrot #FA9B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.8%

R = 55.68%
G = 34.52%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA9B2C (or 0xFA9B2C) is known color: Neon Carrot. HEX triplet: FA, 9B and 2C. RGB value is (250,155,44). Sum of RGB (Red+Green+Blue) = 250+155+44=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9B2C is #0564D3. Grayscale: #ABABAB. Windows color (decimal): -353492 or 2923514. OLE color: 2923514.

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

Color convert

RGB 250 155 44 -
CMYK 0 0.38 0.82 0.02
HSL 32.33º 0.95% 0.58% -
HSV(B) 32.33º 0.82% 0.98% -
XYZ 51.6 43.95 8.15 -
YUV 170.75 56.47 184.53 -
System Red Green Blue C M Y K H S L
Decimal 250 155 44 0 0.38 0.82 0.02 32.33 0.95 0.58
Hex FA 9B 2C 0 26 52 2 20 5F 3A
Octal 372 233 54 0 46 122 2 40 137 72
Binary 11111010 10011011 101100 0 100110 1010010 10 100000 1011111 111010

Color Harmonies of #FA9B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9B2C

Black with #FA9B2C

Text Example


Text Example

White with #FA9B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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