Html Css Color HEX #FA9432 Neon Carrot

📋 copy color: '#FA9432'

red 250 ◦ green 148 ◦ blue 50

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

Shades of Neon Carrot #FA9432

Tints of Neon Carrot #FA9432

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.04%

 BLUE value IS 50 (19.92% from 255) = 11.16%

R = 55.8%
G = 33.04%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA9432 (or 0xFA9432) is known color: Neon Carrot. HEX triplet: FA, 94 and 32. RGB value is (250,148,50). Sum of RGB (Red+Green+Blue) = 250+148+50=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 50 (19.92% from 255 or 11.16% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9432 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9432 is #056BCD. Grayscale: #A7A7A7. Windows color (decimal): -355278 or 3314938. OLE color: 3314938.

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

Color convert

RGB 250 148 50 -
CMYK 0 0.41 0.8 0.02
HSL 29.4º 0.95% 0.59% -
HSV(B) 29.4º 0.8% 0.98% -
XYZ 50.59 41.73 8.41 -
YUV 167.33 61.79 186.97 -
System Red Green Blue C M Y K H S L
Decimal 250 148 50 0 0.41 0.8 0.02 29.4 0.95 0.59
Hex FA 94 32 0 29 50 2 1D 5F 3B
Octal 372 224 62 0 51 120 2 35 137 73
Binary 11111010 10010100 110010 0 101001 1010000 10 11101 1011111 111011

Color Harmonies of #FA9432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9432

Black with #FA9432

Text Example


Text Example

White with #FA9432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9432; }

 p { color: rgb(250,148,50); }

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

background-color css

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

 a { background-color: rgb(250,148,50); }

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

border-color css

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

 span { border-color: rgb(250,148,50); }

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