Html Css Color HEX #FA9424 Carrot Orange

📋 copy color: '#FA9424'

red 250 ◦ green 148 ◦ blue 36

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

Shades of Carrot Orange #FA9424

Tints of Carrot Orange #FA9424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.29%

R = 57.6%
G = 34.1%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA9424 (or 0xFA9424) is known color: Carrot Orange. HEX triplet: FA, 94 and 24. RGB value is (250,148,36). Sum of RGB (Red+Green+Blue) = 250+148+36=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9424 is #056BDB. Grayscale: #A6A6A6. Windows color (decimal): -355292 or 2397434. OLE color: 2397434.

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

Color convert

RGB 250 148 36 -
CMYK 0 0.41 0.86 0.02
HSL 31.4º 0.96% 0.56% -
HSV(B) 31.4º 0.86% 0.98% -
XYZ 50.33 41.63 7.05 -
YUV 165.73 54.79 188.11 -
System Red Green Blue C M Y K H S L
Decimal 250 148 36 0 0.41 0.86 0.02 31.4 0.96 0.56
Hex FA 94 24 0 29 56 2 1F 60 38
Octal 372 224 44 0 51 126 2 37 140 70
Binary 11111010 10010100 100100 0 101001 1010110 10 11111 1100000 111000

Color Harmonies of #FA9424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9424

Black with #FA9424

Text Example


Text Example

White with #FA9424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9424; }

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

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

background-color css

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

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

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

border-color css

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

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

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