Html Css Color HEX #FA9C30 Neon Carrot

📋 copy color: '#FA9C30'

red 250 ◦ green 156 ◦ blue 48

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

Shades of Neon Carrot #FA9C30

Tints of Neon Carrot #FA9C30

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.36%

 BLUE value IS 48 (19.14% from 255) = 10.57%

R = 55.07%
G = 34.36%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA9C30 (or 0xFA9C30) is known color: Neon Carrot. HEX triplet: FA, 9C and 30. RGB value is (250,156,48). Sum of RGB (Red+Green+Blue) = 250+156+48=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9C30 is #0563CF. Grayscale: #ACACAC. Windows color (decimal): -353232 or 3185914. OLE color: 3185914.

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

Color convert

RGB 250 156 48 -
CMYK 0 0.38 0.81 0.02
HSL 32.08º 0.95% 0.58% -
HSV(B) 32.08º 0.81% 0.98% -
XYZ 51.85 44.31 8.62 -
YUV 171.79 58.14 183.78 -
System Red Green Blue C M Y K H S L
Decimal 250 156 48 0 0.38 0.81 0.02 32.08 0.95 0.58
Hex FA 9C 30 0 26 51 2 20 5F 3A
Octal 372 234 60 0 46 121 2 40 137 72
Binary 11111010 10011100 110000 0 100110 1010001 10 100000 1011111 111010

Color Harmonies of #FA9C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9C30

Black with #FA9C30

Text Example


Text Example

White with #FA9C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9C30; }

 p { color: rgb(250,156,48); }

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

background-color css

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

 a { background-color: rgb(250,156,48); }

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

border-color css

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

 span { border-color: rgb(250,156,48); }

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