Html Css Color HEX #FA9434 Neon Carrot

📋 copy color: '#FA9434'

red 250 ◦ green 148 ◦ blue 52

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

Shades of Neon Carrot #FA9434

Tints of Neon Carrot #FA9434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.56%

R = 55.56%
G = 32.89%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA9434 (or 0xFA9434) is known color: Neon Carrot. HEX triplet: FA, 94 and 34. RGB value is (250,148,52). Sum of RGB (Red+Green+Blue) = 250+148+52=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9434 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9434 is #056BCB. Grayscale: #A8A8A8. Windows color (decimal): -355276 or 3446010. OLE color: 3446010.

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

Color convert

RGB 250 148 52 -
CMYK 0 0.41 0.79 0.02
HSL 29.09º 0.95% 0.59% -
HSV(B) 29.09º 0.79% 0.98% -
XYZ 50.63 41.75 8.64 -
YUV 167.55 62.79 186.81 -
System Red Green Blue C M Y K H S L
Decimal 250 148 52 0 0.41 0.79 0.02 29.09 0.95 0.59
Hex FA 94 34 0 29 4F 2 1D 5F 3B
Octal 372 224 64 0 51 117 2 35 137 73
Binary 11111010 10010100 110100 0 101001 1001111 10 11101 1011111 111011

Color Harmonies of #FA9434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9434

Black with #FA9434

Text Example


Text Example

White with #FA9434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9434; }

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

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

background-color css

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

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

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

border-color css

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

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

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