Html Css Color HEX #FA992F Neon Carrot

📋 copy color: '#FA992F'

red 250 ◦ green 153 ◦ blue 47

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

Shades of Neon Carrot #FA992F

Tints of Neon Carrot #FA992F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.44%

R = 55.56%
G = 34%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA992F (or 0xFA992F) is known color: Neon Carrot. HEX triplet: FA, 99 and 2F. RGB value is (250,153,47). Sum of RGB (Red+Green+Blue) = 250+153+47=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA992F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA992F is #0566D0. Grayscale: #AAAAAA. Windows color (decimal): -354001 or 3119610. OLE color: 3119610.

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

Color convert

RGB 250 153 47 -
CMYK 0 0.39 0.81 0.02
HSL 31.33º 0.95% 0.58% -
HSV(B) 31.33º 0.81% 0.98% -
XYZ 51.33 43.31 8.34 -
YUV 169.92 58.64 185.12 -
System Red Green Blue C M Y K H S L
Decimal 250 153 47 0 0.39 0.81 0.02 31.33 0.95 0.58
Hex FA 99 2F 0 27 51 2 1F 5F 3A
Octal 372 231 57 0 47 121 2 37 137 72
Binary 11111010 10011001 101111 0 100111 1010001 10 11111 1011111 111010

Color Harmonies of #FA992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA992F

Black with #FA992F

Text Example


Text Example

White with #FA992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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