Html Css Color HEX #FA992C Neon Carrot

📋 copy color: '#FA992C'

red 250 ◦ green 153 ◦ blue 44

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

Shades of Neon Carrot #FA992C

Tints of Neon Carrot #FA992C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.23%

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

R = 55.93%
G = 34.23%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA992C (or 0xFA992C) is known color: Neon Carrot. HEX triplet: FA, 99 and 2C. RGB value is (250,153,44). Sum of RGB (Red+Green+Blue) = 250+153+44=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA992C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA992C is #0566D3. Grayscale: #AAAAAA. Windows color (decimal): -354004 or 2923002. OLE color: 2923002.

HSL color Cylindrical-coordinate representation of color #FA992C: hue angle of 31.75º 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 #FA992C is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 153 44 -
CMYK 0 0.39 0.82 0.02
HSL 31.75º 0.95% 0.58% -
HSV(B) 31.75º 0.82% 0.98% -
XYZ 51.27 43.29 8.04 -
YUV 169.58 57.14 185.36 -
System Red Green Blue C M Y K H S L
Decimal 250 153 44 0 0.39 0.82 0.02 31.75 0.95 0.58
Hex FA 99 2C 0 27 52 2 20 5F 3A
Octal 372 231 54 0 47 122 2 40 137 72
Binary 11111010 10011001 101100 0 100111 1010010 10 100000 1011111 111010

Color Harmonies of #FA992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA992C

Black with #FA992C

Text Example


Text Example

White with #FA992C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA992C; }

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

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

background-color css

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

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

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

border-color css

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

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

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