Html Css Color HEX #FA9133 Neon Carrot

📋 copy color: '#FA9133'

red 250 ◦ green 145 ◦ blue 51

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

Shades of Neon Carrot #FA9133

Tints of Neon Carrot #FA9133

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.51%

 BLUE value IS 51 (20.31% from 255) = 11.43%

R = 56.05%
G = 32.51%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA9133 (or 0xFA9133) is known color: Neon Carrot. HEX triplet: FA, 91 and 33. RGB value is (250,145,51). Sum of RGB (Red+Green+Blue) = 250+145+51=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 51 (20.31% from 255 or 11.43% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9133 is #056ECC. Grayscale: #A6A6A6. Windows color (decimal): -356045 or 3379706. OLE color: 3379706.

HSL color Cylindrical-coordinate representation of color #FA9133: hue angle of 28.34º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA9133 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 145 51 -
CMYK 0 0.42 0.80 0.02
HSL 28.34º 0.95% 0.59% -
HSV(B) 28.34º 0.8% 0.98% -
XYZ 50.15 40.81 8.37 -
YUV 165.68 63.29 188.14 -
System Red Green Blue C M Y K H S L
Decimal 250 145 51 0 0.42 0.80 0.02 28.34 0.95 0.59
Hex FA 91 33 0 2A 50 2 1C 5F 3B
Octal 372 221 63 0 52 120 2 34 137 73
Binary 11111010 10010001 110011 0 101010 1010000 10 11100 1011111 111011

Color Harmonies of #FA9133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9133

Black with #FA9133

Text Example


Text Example

White with #FA9133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9133; }

 p { color: rgb(250,145,51); }

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

background-color css

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

 a { background-color: rgb(250,145,51); }

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

border-color css

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

 span { border-color: rgb(250,145,51); }

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